subsetCloneSize | R Documentation |
Subset clonotype by clone size
subsetCloneSize(vdj, names = NULL, clone.size = c(1, Inf))
vdj |
an object of VDJ. |
names |
character. sample or group names. |
clone.size |
vector. c(min, max) |
a subset clonotype VDJ object.
VDJ = readRDS('VDJ.rds') subsetCloneSize(vdj, clone.size = c(2, Inf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.