How to pass MAF file to dNdScv to detect cancer driven genes?
Hello everyone.
I have a MAF-file with mutations from cbioportal. I want to detect cancer driver genes using R package dNdScv. Could you help me with using MAF file as dNdScv input? Should I convert MAF to another format?
• 2,575 views
•
link
1 answer
Hello, Yes, to run dNdScv you need to provide the mutations in a simple 5-column dataframe, with the following columns: sampleID, chromosome, position, reference base, mutant base. You can follow the example in the tutorial below:
http://htmlpreview.github.io/?http://github.com/im3sanger/dndscv/blob/master/vignettes/dNdScv.html
• 1 views
•
link
Log in to answer this question.
Could you provide your example "MAF-file"?