read_single_feature_counts_file: Read a single featureCounts file

Description Usage Arguments

View source: R/feature_counts_io.R

Description

Read a single featureCounts file

Usage

1
2
read_single_feature_counts_file(file, comment = "#", col_types = "cii",
  progress = FALSE)

Arguments

file

A single file, containing the 'Geneid', 'Length' and count columns from a single run of 'featureCounts'.

comment

Arguments passed through to 'readr::read_tsv' that specify the format of the input files and whether a progress bar should be shown.

col_types

Arguments passed through to 'readr::read_tsv' that specify the format of the input files and whether a progress bar should be shown.

progress

Arguments passed through to 'readr::read_tsv' that specify the format of the input files and whether a progress bar should be shown.


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