Description Usage Arguments Details
View source: R/feature_counts_io.R
The files may be of standard format or of short 'featureCounts' format (see below). Only the 'Geneid', 'Length' and counts are kept and the 'Geneid' and 'Length' columns are renamed 'feature_id' and 'length'.
1 2 | read_feature_counts(files, sample_ids, comment = "#",
col_types = "cii", progress = FALSE)
|
files |
A vector of file-paths. Each should be an output from 'featureCounts' and contain, at least, the 'Geneid', 'Length' and feature-count columns. |
sample_ids |
A vector of sample IDs corresponding, in order, to the entries in 'files'. If 'NULL' ... |
comment, col_types, progress |
Arguments passed through to 'readr::read_tsv' that specify the format of the input files and whether a progress bar should be shown. |
Standard format contains: 'Geneid', 'Chr', 'Start', 'End', 'Strand', 'Length', counts
Short format contains: 'Geneid', 'Length', counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.