View source: R/readAlignmentResults.R
readFeatureCountsRes | R Documentation |
Creates a DGEList object using files from a Subread analysis. The function will look for a file called 'SraRunTable.txt' for sample annotations, a '*_counts.txt' file(s) for expression data and 'counts.txt.summary' for summary statistics (optional).
readFeatureCountsRes(fpath, plot = TRUE)
fpath |
a character, specifying the path of the analysis (ideally using bhuva.d's scripts). |
plot |
a logical, stating whether to plot summary statistics for the alignment or not. |
a DGEList object, containing transcriptomics data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.