Description Usage Arguments Value Examples
function returns an RepSeqExperiment object containing shared clonotyes which expressed in at least two samples
1 | getOverlaps(x, level = c("VpJ", "CDR3dna"), libnames = NULL)
|
x |
an object of class [ |
level |
level of shared clonotypes, VpJ or CDR3dna |
libnames |
a vector of specific sample names to get shared clonotypes, default value is NULL, shared clonotypes will be computed for all samples. |
an object of class [RepSeqExperiment
]
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeq)
library(RepSeqData)
rownames(sData(RepSeqData))
# get overlap clonotypes between the sample S01 and the sample S02
overlapClones <- getOverlaps(RepSeqData,
level = "VpJ",
libnames=("S01", "S02"))
overlapClones
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.