make_barplot_grobs | R Documentation |
Create a barplot for each allele, showing number of reads distributed by mutation count
make_barplot_grobs(
input_sequences,
genotype_db,
inferred_seqs,
genotype,
segment,
calculated_NC
)
input_sequences |
the input_sequences data frame |
genotype_db |
named list of gene sequences in the personalised genotype |
inferred_seqs |
named list of novel gene sequences |
genotype |
data frame created by calc_genotype |
segment |
one of V, D, J |
calculated_NC |
a boolean, TRUE if mutation counts had to be calculated, FALSE otherwise |
list of grobs
barplot_grobs = make_barplot_grobs(
example_rep$input_sequences,
example_rep$genotype_db,
example_rep$inferred_seqs,
example_rep$genotype,
'V',
example_rep$calculated_NC
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.