make_haplo_grobs {ogrdbstats} | R Documentation |
Create haplotyping plots
Description
Create haplotyping plots
Usage
make_haplo_grobs(segment, haplo_details)
Arguments
segment |
one of V, D, J |
haplo_details |
Data structure created by create_haplo_details |
Value
named list containing the following elements:
a_allele_plot | plot showing allele usage for each potential haplotyping gene |
haplo_grobs | differential plot of allele usage for each usable haplotyping gene |
Examples
haplo_grobs = make_haplo_grobs('V', example_rep$haplo_details)
[Package ogrdbstats version 0.5.0 Index]