cbind_feature_counts: Combine a list of feature-count 'data.frame's into a single...

Description Usage Arguments

View source: R/feature_counts.R

Description

The input 'data.frame's should have columns including 'feature_id', 'length' and a set of file paths. The file path column contains the read count for a given feature in that sample. Returns a 'data.frame' with the count column for each sample juxtaposed and with 'feature_id' and 'length' columns.

Usage

1
cbind_feature_counts(count_list, names_as_colnames = FALSE)

Arguments

count_list

A 'list' of 'data.frame's. Each 'data.frame' should have columns 'feature_id', 'length' and a final column that contains the read counts for some sample.

names_as_colnames

Boolean. If 'TRUE', the column IDs in the output 'data.frame' are taken from the 'list' names in 'count_list'.


russHyde/reeq documentation built on March 10, 2020, 5:36 a.m.