Description Usage Arguments Value
View source: R/DBSConclusion.R
Examines every row of of DBS VCF already processed by Slice2ReadSupport
and decides which DBSs are likely real.
1 | DBSConclusion(vcf, germlineCutOff = 0.2, max.half.support.T.reads = 1)
|
vcf |
An in memory DBS VCF (as a |
germlineCutOff |
If this proportion of normal reads show one or the other variant (or both variants), consider this a germline variant or partial germline variant. |
max.half.support.T.reads |
Do not tolerate more than this number of reads in the tumor that support one but not both mutated positions. |
A VCF with the field DBSconclusion
populated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.