Description Usage Arguments Details Author(s) Examples
View source: R/count_features.R
Read counts from featureCounts output into a dataframe.
1 | count_features(inFiles, verbose = TRUE)
|
inFiles |
Character - List of featureCounts output files (not the ones that end in "summary" or "report") |
verbose |
Logical - If true, reports name of each file as it's read |
Output dataframe has columns corresponding to featureCounts output files, and rows corresponding to features (usually genes).
Emma Myers
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.