parseRsubreadLogs {singleCellTK} | 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