ScoperClones-class | R Documentation |
ScoperClones
stores output from identicalClones, hierarchicalClones and
spectralClones functions.
## S4 method for signature 'ScoperClones'
print(x)
## S4 method for signature 'ScoperClones'
summary(object)
## S4 method for signature 'ScoperClones,missing'
plot(x, y, ...)
## S4 method for signature 'ScoperClones'
as.data.frame(x)
x |
ScoperClones object |
object |
ScoperClones object |
y |
ignored. |
... |
arguments to pass to plotCloneSummary. |
db
data.frame
of repertoire data including with clonal identifiers in
the column specified during processing.
vjl_groups
data.frame
of clonal summary, including sequence count, V gene,
J gene, junction length, and clone counts.
inter_intra
data.frame
containing minimum inter (between) and maximum intra
(within) clonal distances.
eff_threshold
effective cut-off separating the inter (between) and intra (within) clonal distances.
identicalClones, hierarchicalClones and spectralClones
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.