combineFCResults: Combine multiple featureCounts results

View source: R/parallel_utils.R

combineFCResultsR Documentation

Combine multiple featureCounts results

Description

This is a helper function for featureCountsParallel().

Usage

combineFCResults(fcreslist)

Arguments

fcreslist

A list of values returned by multiple calls to Rsubread::featureCounts(). They should all contain the same set of features but different samples.

Value

A single value of the same type that is returned by Rsubread::featureCounts(). It will contain the same features as the inputs and the union of all samples.


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.