maf2cat3 | R Documentation |
Construct catalog matix from MAF file (without of Ref_Tri column)
maf2cat3(maf, ref.genome, fix.chr = TRUE, progress.bar = TRUE)
maf |
MAF file or data frame of chromosome, position, ref, and alt alleles |
ref.genome |
Reference genome of class |
fix.chr |
Modify chromosome names into |
progress.bar |
Display progress bar |
Catalog matrix
library(BSgenome.Hsapiens.UCSC.hg19) maf <- system.file('extdata', 'brca.maf', package = 'tempoSig') x <- maf2cat3(maf, BSgenome.Hsapiens.UCSC.hg19) head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.