Tumor Mutation Burden
1
0
Entering edit mode
4.1 years ago
atheeth14 • 0

Hi,

I'm a data scientist trying to perform predictive modeling on clinical trial patients based on TMB. However, the data provided was raw fast-q files. We have succeeded in generating BAM alignment files. How do I measure non-synonymous mutations per Mb in these files? Is there any R package I can use for the same?

Tumor Mutation Burden alignment RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

You will have to do variant calling (please google variant callers, there are plenty of them) followed by variant annotation. Tools like VEP, Annovar, snpeff come to mind. Then filter for non-syn. variants. No, there is no all-in-one tool in R that does that directly from BAM files.

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode
4.1 years ago

As I mentioned in my other answer ( A: Tool or R package for computing Tumor Mutational Burden? ), Atheeth, it is easy to do this manually. Keep in mind that there is no 'definitive' definition of TMB.

You could use the output of the programs mentioned by ATpoint, and/or take suggestions from here: A: pathogenicity predictors of cancer mutations

In R, you may find it easy to summarise the data by utilising the GenomicRanges framework.

ADD COMMENT

Login before adding your answer.

Traffic: 2660 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