How do I find the most common mutations in a MAF dataset?
0
0
Entering edit mode
3.6 years ago

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 • 661 views
ADD COMMENT

Login before adding your answer.

Traffic: 3529 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6