View source: R/alignSingleCellData.R
parseRsubreadLogs | R Documentation |
Parse Rsubread Logs for Mapping and Feature Count Statistics
parseRsubreadLogs(alignLog = NULL, featurecountLog = NULL, sampleName = NULL)
alignLog |
Path to a log file created by the Rsubread align function |
featurecountLog |
Path to a log file created by the Rsubread feature count function |
sampleName |
Sample name corresponding to the two log files |
A single line of a data frame with alignment and feature count information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.