counts: Accessors for the 'counts' slot of a ABSDataSet object.

Description Usage Arguments Details See Also Examples

Description

Accessors for the 'counts' slot of a ABSDataSet object, return a matrix

Usage

1
2
3
4
5
## S4 method for signature 'ABSDataSet'
counts(object,norm=FALSE)

## S4 replacement method for signature 'ABSDataSet,matrix'
counts(object)<-value

Arguments

object

a ABSDataSet object.

norm

logical indicating whether or not to normalize the counts before returning

value

an numeric matrix

Details

The counts slot holds the count data as a matrix of non-negative integer count values, rows and columns for genes and samples, respectively.

See Also

sFactors, normalFactors

Examples

1
2
3
4
5

ABSSeq documentation built on Nov. 8, 2020, 5:07 p.m.