abundanceVDJ | R Documentation |
abundanceVDJ
creates a dot plot using ggplot that shows the
number of reads for each clonotype in each sample and labels the most
abundant clonotypes.
abundanceVDJ(x, ...)
## S4 method for signature 'clonoStats'
abundanceVDJ(x, annotate = 5, title = NULL)
x |
A |
... |
additional arguments. |
annotate |
An integer that specifies how many of the most abundant clonotypes should be annotated on the plot. |
title |
Character vector with an optional title. If FALSE, no title is generated. |
Returns a ggplot
plot with a dot plot that shows the
abundance of the clonotypes in each sample. The most abundant
clonotypes are annotated on the plot and ordered from most abundant
to least abundant.
data('contigs')
x <- clonoStats(contigs)
abundanceVDJ(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.