View source: R/firevat_optimization.R
CheckIfVariantRefinementIsNecessary | R Documentation |
Checks if variant refinement is necessary by identifying mutational signatures related to sequencing artifact in the vcf.obj (set of original unrefined point mutations).
CheckIfVariantRefinementIsNecessary( vcf.obj, bsg, df.mut.pat.ref.sigs, target.mut.sigs, sequencing.artifact.mut.sigs, init.artifact.stop = 0.05, verbose = TRUE )
vcf.obj |
A list from ReadVCF |
bsg |
BSgenome.Hsapiens.UCSC object |
df.mut.pat.ref.sigs |
A data.frame from MutPatParseRefMutSigs |
target.mut.sigs |
A character vector of target mutational signatures from reference mutational signatures. |
sequencing.artifact.mut.sigs |
A character vector of sequencing artifact mutational signatures from reference mutational signatures. |
init.artifact.stop |
Numeric value less than 1. If the sum of sequencing artifact weights in vcf.obj is less than or equal to this value then this function returns judgment = FALSE, otherwise returns judgment = TRUE. |
verbose |
If TRUE, provides process detail. Default value is TRUE. |
A list with the following elements
judgmentA boolean value
seq.art.sigs.weights.sumA numeric value. Sum of sequencing artifact weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.