Calculation of TMB on gene level
Hi all, I have TCGA cancer data and i want to calculate TMB on gene level. Can anyone please tell me how to do that? TCGA has TMB score based on patient level. I need on gene level. Thanks!
genomics
• 2,684 views
•
link
updated
by
svp
69
• |
written
by
smrutimayipanda
2
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Variant annotation using VEP
written by smrutimayipanda 2Hi, I want to extract the columns of zygosity, variant supporting reads, reads frequencies and variant coverage from VEP. Please, anyone, tell me how to …
-
Can RNA-Seq be used for TMB calculation?
written by rotemkat 1Hi, I have RNA-seq data of cancer patients and their matched normal as well. I'd like to calculate for each patient the TMB, but I …
-
How to calculate TMB for somatic data TCGA
written by NT 2Hi, 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) …
-
TCGA data from Xena browser and Broad (GDAC Firehose)
written by immunogirl2 2I am an immunologist with very little background in bioinformatics; I can use basic functions in R. So, please bear with me. 1. I have …
-
The Cancer Genome Atlas (TCGA) gene expression analysis
written by lovely.molbio 1Hi, I am trying to analyze TCGA breast cancer patients data. Based on a gene expression (high and low) and survival, I have divided all …
-
How to calculate Tumor Mutation Burden (TMB) for TCGA samples
written by Mike 192Hi All, What is difference between "Tumor Mutation Burden (TMB)" and "mutational load" ? I have mutation matrix for TCGA samples (generated from maftools, see …
-
Is miRNA and mRNA data from GDC (TCGA) from same patient samples?
written by hAjmal 5Hi All, I am sorry if this question has already been asked or answered, Can anyone please tell me, if the miRNA and mRNA data …
-
How to compute survival analysis between LncRNA and one type cancer (i.e.Breast Cancer) based on TC…
written by ybling2008 01. I want compute survival analysis between LncRNA and Breast Cancer based on TCGA. but i don't know how get the LncRNA information. 2.Should I …
-
Negative score in TCGA pancancer gene expression data
written by BIOTIN 5Dear all, I am working with TCGA pancancer gene expression level 3 data. I found that there are some genes expression levels are negative. Could …
-
How To Retrieve Tcga Mirna-Mrna Data
written by rajesh27071992 3I will be very thankful if someone could help me. I want to retrieve miRNA-mRNA data from TCGA, data needs to be available for Cancer …
Is what you asked for just mutation frequency or mutation frequency adjusted by gene length?
I am asking about TMB calculation on gene level, especially TCGA data
different genes will have different length. The number of mutations that occur in genes with higher length are considerably more. Hence Zhenyu Zhang is asking whether you want to adjust it for gene length
TMB calculated by the number of non-synonymous somatic mutations per mega-base in coding regions. Performing TMB at gene level is technically incorrect.
can you please tell me why it is technically incorrect?
What is your understanding about
Tumor mutational burden? If you know it clearly, then you will know what is technically incorrect.TMBis a numeric index that expresses the number of mutations per megabase (muts/Mb) harbored by tumor cells in a neoplasmGenerally, we calculate TMB as follows:
Tcov_min), within the target regions. You can choose your X coverageCount the number of deleterious somatic mutations called within the regions (
Nmuts_mincov). With these compute the tumor mutation burden as:Nmuts_mincov/Tcov_minTMB = Nmuts_mincov / Tcov_min