Description Usage Arguments Details
Use the depth of the variants position to determine the presence or absence of the mutation.
1 | vset.preprocess(Robject.dir, mut.cnt.cutoff)
|
annot.dir |
Output of annotation step (directory of .annovar files) |
Robject.dir |
Ouptut directory |
mut.cnt.cutoff |
Criterion of depth (default=8) |
mc.cores |
The number of cores to dedicate. Must be at least one(default=1), and parallelization requires at least two cores. |
vSet before preprocessing is simply denoted as 1 if there is a mutation and 0 otherwise. After the depth of the mutated position is calculated, the variants position with a depth that does not meet a certain criterion is not included in the analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.