Learn R Programming

SeqGSEA (version 1.12.0)

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

Description

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

Usage

"counts"(object) "counts"(object) <- value

Arguments

object
a ReadCountSet object
value
a matrix of read counts

Examples

Run this code
data(RCS_example, package="SeqGSEA")
readCounts <- counts(RCS_example)
head(readCounts)

Run the code above in your browser using DataLab