Tool or R package for computing Tumor Mutational Burden?
1
0
Entering edit mode
5.2 years ago

Tumor Mutational Burden is the 'number of variants per megabase' but, how can I compute this? Are there tools, software or R packages that can obtain this information from the vcf files? I have no idea about this!

SNP R • 3.9k views
ADD COMMENT
0
Entering edit mode
5.1 years ago

You can code this - there does not have to be a package. There was also a recent previous thread about this, if you can please do a quick search?

Essentially, there is no single way that people are calculating TMB. Some people only look at somatic missense mutations, while others look at missense + nonsense.

From my own perspective, even intergenic and intronic somatic mutations should be included as these are reflective of unstable genome maintenance processes. However, one can quite easily just look at missense and nonsense and then correlate these to, e.g., TILs, neoantigens, etc (as these will be more likely to be antigenic).

Kevin

ADD COMMENT
0
Entering edit mode

Hi Kevin, I intend to calculate TMB per Mb of the sequence I have. I'm working with R and the aligned BAM files. My understanding is that to write a code for the same, wouldn't I require a set of given mutational signatures (the non-synonyms mutations in this case)? Could you elaborate on how one would go about coding a package to measure TMB in terms of per Mb?

Thank you, Atheeth

ADD REPLY
0
Entering edit mode

Hi Atheeth, you could do this via a for loop in R that iterates over each megabase region and counts the mutations in each. Using GenomicRanges may make this easier; however, if you are new to GenomicRanges, the learning time may add significant extra time to the work.

ADD REPLY

Login before adding your answer.

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