Description Usage Arguments Value
Read isomut data from directory
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
dir |
path to the directory containing isomut data. |
minReads |
integer indicating the minimum number of reads (default = 0L). |
minCoverage |
double indicating the minimum coverage (default = 0). |
minMutFreq |
double indicating the minimum mutation frequency (default = 0). |
minScore |
double indicating the minimum isomut score (default = 0). |
minCleanliness |
double indicating the minimum isomut cleanliness (default = 0). |
removePatterns |
character vector providing patterns in sample_names that are to be removed. |
extraColumns |
named list to generate extra columns. The list names are
the names of the new columns. The list elements can either be a vector of
length one (each row gets the same value for this column), a named vector
with names being a subset of the |
removeFeatures |
whether certain genomic features should be removed. |
featureData |
|
removeMito |
whether variants in mitochondrial DNA should be removed. |
verbose |
monitor progress. |
asDataFrame |
whether to return a |
annotate |
whether data should be annotated. For details see
|
... |
further arguments for |
a data.frame
or data.table
containing the filtered and
preprocessed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.