makeSGFeatureCounts {SGSeq} | R Documentation |
SGFeatureCounts
objectCreate SGFeatureCounts
object from rowRanges, colData and counts.
makeSGFeatureCounts(rowRanges, colData, counts, min_anchor = 1)
rowRanges |
|
colData |
Data frame with sample information |
counts |
Integer matrix of counts |
min_anchor |
Integer specifiying minimum anchor length |
SGFeatureCounts
object
Leonard Goldstein
sgfc <- makeSGFeatureCounts(sgf_pred, si, matrix(0L, length(sgf_pred), nrow(si)))