counts-methods: Accessors for the 'counts' slot of a ReadCountSet object.

Description Usage Arguments Author(s) Examples

Description

Accessors for the 'counts' slot of a ReadCountSet object.

Usage

1
2
3
4
## S4 method for signature 'ReadCountSet'
counts(object)
## S4 replacement method for signature 'ReadCountSet,matrix'
counts(object) <- value

Arguments

object

a ReadCountSet object

value

a matrix of read counts

Author(s)

Xi Wang, xi.wang@newcastle.edu.au

Examples

1
2
3
data(RCS_example, package="SeqGSEA")
readCounts <- counts(RCS_example)
head(readCounts)

SeqGSEA documentation built on Nov. 8, 2020, 5:46 p.m.