Learn R Programming

SGSeq (version 1.6.5)

makeSGFeatureCounts: Create SGFeatureCounts object

Description

Create SGFeatureCounts object from rowRanges, colData and counts.

Usage

makeSGFeatureCounts(rowRanges, colData, counts, min_anchor = 1)

Arguments

rowRanges
SGFeatures object
colData
Data frame with sample information
counts
Integer matrix of counts
min_anchor
Integer specifiying minimum anchor length

Value

SGFeatureCounts object

Examples

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

Run the code above in your browser using DataLab