sampleInfo: Accessors for the 'sampleInfo' slot of an srnadiffExp object

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
## S4 method for signature 'srnadiffExp'
sampleInfo(object)

Arguments

object

An srnadiffExp object.

Value

A table containing information on the samples

Examples

1
2
srnaExp <- srnadiffExample()
sampleInfo(srnaExp)

srnadiff documentation built on Jan. 7, 2021, 2 a.m.