Description Usage Arguments Value Examples
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().
1 | recountNNLS(pheno, jx_file = NULL, cores = 1)
|
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. |
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.
1 2 | project = 'SRP063581'
pheno = processPheno(project)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.