| ScoperClones-class {scoper} | R Documentation |
S4 class containing clonal assignments and summary data
Description
ScoperClones stores output from identicalClones, hierarchicalClones and
spectralClones functions.
Usage
## 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)
Arguments
x |
ScoperClones object |
object |
ScoperClones object |
y |
ignored. |
... |
arguments to pass to plotCloneSummary. |
Slots
dbdata.frameof repertoire data including with clonal identifiers in the column specified during processing.vjl_groupsdata.frameof clonal summary, including sequence count, V gene, J gene, junction length, and clone counts.inter_intradata.framecontaining minimum inter (between) and maximum intra (within) clonal distances.eff_thresholdeffective cut-off separating the inter (between) and intra (within) clonal distances.
See Also
identicalClones, hierarchicalClones and spectralClones
[Package scoper version 1.3.0 Index]