Description Usage Arguments Value Slots Author(s)
An S4 class to represent a Hight Throuput Sequencing Immune Repertoire Experiment.
[
Extract parts of RepSeqExperiment.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | assay(object)
assay(object, i, j) <- value
mData(object)
mData(object) <- value
sData(object)
sData(object) <- value
History(object)
History(object) <- value
## S4 method for signature 'RepSeqExperiment'
assay(object)
## S4 replacement method for signature 'RepSeqExperiment'
assay(object, i, j) <- value
## S4 method for signature 'RepSeqExperiment'
mData(object)
## S4 replacement method for signature 'RepSeqExperiment'
mData(object) <- value
## S4 method for signature 'RepSeqExperiment'
sData(object)
## S4 replacement method for signature 'RepSeqExperiment'
sData(object) <- value
## S4 method for signature 'RepSeqExperiment'
History(object)
## S4 replacement method for signature 'RepSeqExperiment'
History(object) <- value
## S4 method for signature 'RepSeqExperiment'
show(object)
## S4 method for signature 'RepSeqExperiment'
names(x)
## S4 replacement method for signature 'RepSeqExperiment'
names(x) <- value
## S4 method for signature 'RepSeqExperiment,ANY,ANY,ANY'
x[i, j, drop]
is.RepSeqExperiment(x)
|
object |
a RepSeqExperiment object |
i |
indice(s) of clonotype(s) to extract |
j |
indice(s) of sample(s) to extract |
value |
either numeric, character or data frame |
x |
an object |
drop |
If |
an object of class [RepSeqExperiment
]
assayData
a data.table containing information about clonotype.
sampleData
a data frame containing sample information such as treatment groups, species, ...
metaData
a list of meta data
History
a data frame registering operations done on the object.
H. P. Pham (mailto: hp.pham(a)pareanbiotech.fr, #chokomlabreizh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.