View source: R/loadCountData.R
loadCountData | R Documentation |
Load one count file per sample thanks to the file names in the target file.
loadCountData( target, rawDir = "raw", skip = 0, featuresToRemove = c("alignment_not_unique", "ambiguous", "no_feature", "not_aligned", "too_low_aQual") )
target |
target |
rawDir |
path to the directory containing the count files |
skip |
number of lines of the data file to skip before beginning to read data |
featuresToRemove |
vector of feature Ids (or character string common to feature Ids) to remove from the counts |
If featuresToRemove
is equal to "rRNA"
, all the features containing the character string "rRNA" will be removed from the counts.
The matrix
of raw counts with row names corresponding to the feature Ids and column names to the sample names as provided in the first column of the target.
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.