This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to calculate TMB for somatic data TCGA

Hi, I have to calculate for the first time the tumor mutational burden (TMB) for each sample of a big maf file of TCGA (https://gdc.cancer.gov/about-data/publications/mc3-2017) (the maf file), I'm a beginner on bioinformatic and coding and I didn't find any tool that allows me to calculate TMB for each sample. Does anyone know a tool for TMB calculation or can told me how can i do it for each sample?

Thank u and 'm sorry if my question is a silly question...

sequencing tmb somatic tcga

Count the number of somatic mutations in each sample then divide that number by the length of the sequencing panel used (in megabases). If they were all sequenced using the same protocol, you can probably get away with just counting the number of somatic mutations. If your MAF file contains all the samples you're interested in, you can probably just count the number of times each sample appears in the file.

1 answer

Hey Defne, as you can infer from the comment by sviatoslav.kendall, 'Tumour Mutation Burden' is somewhat a general term, with no strict definition. You can technically calculate TMB using any metric / method that makes intuitive sense, as emphasised by these previous answers on Biostars:

Kevin

Log in to answer this question.