View source: R/feature_counts_io.R
Read a single featureCounts file
1 2 | read_single_feature_counts_file(file, comment = "#", col_types = "cii",
progress = FALSE)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.