| AbundanceCurve-class {alakazam} | R Documentation |
S4 class defining a clonal abundance curve
Description
AbundanceCurve defines clonal abundance values.
Usage
## S4 method for signature 'AbundanceCurve'
print(x)
## S4 method for signature 'AbundanceCurve,missing'
plot(x, y, ...)
Arguments
x |
AbundanceCurve object |
y |
ignored. |
... |
arguments to pass to plotDiversityCurve. |
Slots
abundancedata.frame with relative clonal abundance data and confidence intervals, containing the following columns:
-
group: group identifier. -
clone_idorCLONE: clone identifier. -
p: relative abundance of the clone. -
lower: lower confidence inverval 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).