Description Usage Arguments Value Author(s) See Also Examples
View source: R/import_somaticVariantsVEP.R
Imports the VCF obtained from HMF and further annotated by VEP. The annotation should have been performed using the workflow available at: https://github.com/J0bbie/VariantAnnotation_VEP
1 2 3 4 5 6 7 | importSomaticVariantsVEP(
pathVCF,
passOnly = TRUE,
gnomADe = 0.001,
gnomADg = 0.005,
keepAnnotation = TRUE
)
|
pathVCF |
(character): Path to the <CPCT>_post_processed.vcf file containing Strelka2 somatic variants. |
passOnly |
(logical): Only import variant which passed all Strelka2 and PON filters. This also filters variants based on PON filter (>5 PON occurences). |
gnomADe |
(double): Maximum allele frequency in the gnomADe database. |
gnomADg |
(double): Maximum allele frequency in the gnomADg database. |
keepAnnotation |
(logical): Import and interpret the ANN column? |
(VRanges) VRanges object containing the somatic variants and assorted annotations.
Job van Riet j.vanriet@erasmusmc.nl
Other CPCT:
detectKataegis_OLD()
,
findCPCTCenter()
,
importLINXFusions()
,
importPurityStatsPURPLE()
,
importSomaticCopynumberPURPLE()
,
importStructuralVariantsPURPLE()
,
importWGSOfCohort()
,
importWGSOfSample()
,
importdriverCatalogHMF()
,
performCHORD()
,
performShatterSeek()
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.