| AbundanceCurve-class | R Documentation |
AbundanceCurve defines clonal abundance values.
## S4 method for signature 'AbundanceCurve'
print(x)
## S4 method for signature 'AbundanceCurve,missing'
plot(x, y, ...)
x |
AbundanceCurve object |
y |
ignored. |
... |
arguments to pass to plotDiversityCurve. |
abundancedata.frame with relative clonal abundance data and confidence intervals, containing the following columns:
group: group identifier.
clone_id or CLONE: clone identifier.
p: relative abundance of the clone.
lower: lower confidence interval bound.
upper: upper confidence interval bound.
rank: the rank of the clone abundance.
bootstrapdata.frame of bootstrapped clonal distributions.
clone_bystring specifying the name of the clone column.
group_bystring specifying the name of the grouping column.
groupsvector specifying the names of unique groups in group column.
nnumeric vector indication the number of sequences sampled in each group.
nbootnumeric specifying the number of bootstrap iterations to use.
ciconfidence interval defining the upper and lower bounds (a value between 0 and 1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.