getAbsolutePromoterActivity: Prepare the absolute promoter activity table including the...

Description Usage Arguments Value See Also Examples

Description

Prepare the absolute promoter activity table including the promoter and gene ids

Usage

1
2
getAbsolutePromoterActivity(junctionReadCounts, promoterIdMapping,
  log2 = TRUE, pseudocount = 1)

Arguments

junctionReadCounts

Matrix of junction read counts (rows: promoters, cols: samples)

promoterIdMapping

data.frame containing id mappings between promoters and genes

log2

Logical indicating whether log2 read counts should be used (default: TRUE) or not

pseudocount

Number to be used for log2 as pseudocount if log2 is TRUE

Value

data.frame of absolute promoter activity with promoter and gene ids

See Also

preparePromoterIdMapping for preparing the mapping between promoters and genes, calculatePromoterReadCounts and normalizePromoterReadCounts for obtaining junction read counts

Examples

1
2
3
4
5
6
7
## Not run: 
absolutePromoterActivity <- getAbsolutePromoterActivity(junctionReadCounts,
                                                         promoterIdMapping,
                                                         log2 = TRUE,
                                                         pseudocount = 1)

## End(Not run)

dnzdmrcgl/proActivTest documentation built on June 9, 2019, 10:50 a.m.