recountNNLS: NNLS for Tx Abundance Calculation

Description Usage Arguments Value Examples

View source: R/recountNNLS.R

Description

This function applies NNLS to calculate the transcript abundance from coverage of exonic and junction coverage statistics for samples annotated in a phenotype matrix created using processPheno().

Usage

1
recountNNLS(pheno, jx_file = NULL, cores = 1)

Arguments

pheno

The table of phenotype information from processPheno().

jx_file

The path to the Rail-RNA junction coverage file if processing sample not already in recount2.

cores

The number of processing cores to use.

Value

Returns an rse object of the estimated number of reads and the associated standard errors. Each row represents a protein-coding gene, and each column represents a sample in the phenotype matrix.

Examples

1
2
project = 'SRP063581'
pheno = processPheno(project)

JMF47/recountNNLS documentation built on May 28, 2019, 12:42 p.m.