Description Usage Arguments Value Examples
getNonSyn_vc
1 2 3 4 | getNonSyn_vc(object)
## S4 method for signature 'Maf'
getNonSyn_vc(object)
|
object |
An object of Maf |
A list of Variant classifications which are considered as non-silent.
1 2 3 4 5 | maf.File <- system.file("extdata/", "CRC_HZ.maf", package = "MesKit")
clin.File <- system.file("extdata/", "CRC_HZ.clin.txt", package = "MesKit")
ccf.File <- system.file("extdata/", "CRC_HZ.ccf.tsv", package = "MesKit")
maf <- readMaf(mafFile=maf.File, clinicalFile = clin.File, ccfFile=ccf.File, refBuild="hg19")
getNonSyn_vc(maf$V402)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.