This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How do I find the most common mutations in a MAF dataset?

How do I find the most common mutations in a MAF dataset? Should I use pfamDomains from maftools?

library(maftools)

d <- merge_mafs(lapply(Sys.glob("mafs/Patient*.maf"), read.maf))

d.pfam = pfamDomains(maf=d, AACol="Protein_Change", top=15)
d.pfam$proteinSummary[,1:7, with=FALSE]
maftools maf mutation

0 answers

No answers yet.

Log in to answer this question.