Description Usage Arguments Details Value References See Also
View source: R/09_variant.call.MuSE.R
A wrapper function to run MuSE (sump)
1 |
MuSE.txt |
Path to MuSE.call output text file |
output.dir |
Output directory |
MuSE.data.type |
E is used for WXS data and G can be used for WGS data |
ref.dbSNP |
Known SNP sites reference |
ref.gold_indels |
Known Indel sites reference |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
The second step, MuSE sump, takes as input the output file from MuSE.call and dbSNP variant call format file. MuSE provide two options for building the sample-specific error model. One is applicable to WES data (option ā-Eā), and the other to WGS data (option -G).
vcf files included variant call information
MuSE: accounting for tumor heterogeneity using a sample-specific error model improves sensitivity and specificity in mutation calling from sequencing data
http://bioinformatics.mdanderson.org/main/MuSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.