Description Usage Arguments Value Author(s)
View source: R/loadCountData.R
Load count files
1 2 3 | loadCountData(target, rawDir = "raw", skip = 0, sep = "\t",
versionName = "", 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 |
sep |
column separator when reading the count files (tabulation by default) |
versionName |
versionName of the project |
featuresToRemove |
vector of features Id to remove from the counts |
The matrix
of raw counts
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.