Description Usage Arguments Value Examples
The sampleInfo
slot holds the sample information as a
data.frame
with three columns labelled FileName
,
SampleName
and Condition
. The first column is the
BAM file name (without extension), the second column the sample
name, and the third column the condition to which sample belongs.
Each row describes one sample.
1 2 | ## S4 method for signature 'srnadiffExp'
sampleInfo(object)
|
object |
An |
A table containing information on the samples
1 2 | srnaExp <- srnadiffExample()
sampleInfo(srnaExp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.