parseRsubreadLogs {singleCellTK}R Documentation

Parse Rsubread Logs for Mapping and Feature Count Statistics

Description

Parse Rsubread Logs for Mapping and Feature Count Statistics

Usage

parseRsubreadLogs(alignLog = NULL, featurecountLog = NULL,
  sampleName = NULL)

Arguments

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

Value

A single line of a data frame with alignment and feature count information


[Package singleCellTK version 1.8.0 Index]