Learn R Programming

SGSeq (version 1.2.2)

makeSGFeatureCounts: Create SGFeatureCounts object

Description

Create SGFeatureCounts object from rowRanges, colData and counts.

Usage

makeSGFeatureCounts(rowRanges, colData, counts)

Arguments

rowRanges
An SGFeatures object
colData
Data frame with sample information
counts
Integer matrix of counts

Value

An SGFeatureCounts object

Examples

Run this code
sgfc <- makeSGFeatureCounts(sgf, si, matrix(0L, length(sgf), nrow(si)))

Run the code above in your browser using DataLab