| readMAFforcat | R Documentation |
This function is a wrapper intended for use in maf2cat3, which requires chromosome names
compatible with BSgenome.Hsapiens.UCSC.hg19 (chr1, ..., chrX, chrY).
readMAFforcat(maf)
maf |
MAF file path |
Data frame with chromosome names fixed
maf <- system.file('extdata', 'brca.maf', package = 'tempoSig')
maf <- readMAFforcat(maf)
head(maf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.