Convert RNASeq V2 data in cBioPortal having RSEM normalized results to TPM values
How to convert data_mrna_seq_v2_rsem.txt having rsem.genes.normalized_results file from LUSC (Lung Squamous cell carcinoma) TCGA data into TPM values?
tpm
rna-seq
cbioportal
rsem
• 2,582 views
•
link
updated
by
Sachin •
•
written
by
shakyaram079 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Understanding TCGA Pancancer data from cBioPortal
written by James •Hello All, I'm a machine learning graduate student (PhD) working on a bioinformatics project. I'm a bit of a bioinformatics newbie so sorry if this …
-
TPM to log2(TPM+1)
written by David •Hi there! I´m using KIRC database from TCGA and downloaded FPKM values, then converted to TPM with this formulas: FPKMtoTPM <- function(x) { return(exp(log(x) - …
-
TCGA LUAD clinical dataset iCluster.group variable
written by up201505092 •Hi, I'm conducting research using TCGA lung cancer datasets. In the LUAD clinical dataset, there is a variable called `paper_iCluster.group` which I can't find the …
-
Single cell Expression Analysis
written by David_emirHi All, I have 6,000 single-cell expression counts from 49 head and neck squamous cell carcinoma patients (20,000 Genes * 6000 cells /per sample). My …
-
Data Discrepency from TCGA-GDC portal and GDC firehose
written by David_emirHello All, I was trying to get Lung cancer samples from TCGA (LUSC & LUAD). I wanted to categorize the data depending upon tumor stage. …
-
Where can i download the lncRNA expression profile for Lung adenocarcinoma
written by enterid •I would like to compare the difference between the 2 type of lung cancer , adenocarcinoma and squamous cell carcinoma in team of Long non …
-
how to find sample type information from TCGA?
written by aichen •After download batches of gene expression files from TCGA [gdc][1] (about 600 hundreds files), each file contains only one sample. I wanna know which file …
-
Converting TCGA expression data from FPKM to TPM
written by Alex ReynoldsFor a given cancer type in the [NIH Cancer Genome Atlas][1], I visit [the data portal][1] and download UNC RNASeqV2, level 3 expression data. Specifically, …
-
Genomic Matrix data from TCGA need to be analysied for Differential gene expression
written by David_emirHello All, I have retrieved the data matrix from TCGA breast invasive carcinoma (BRCA) - expression data, The data is Level_3 Data (file names: `*.rsem.genes.normalized_results`) …
-
Being A Beginner A Simple Question To All Of You....I
written by jha.deepraj •<p>i am confused with a lot of softwares and different formats into action....can anyone suggest me the method to detect snp's and effected protein functionalities …
Can you give us a link to the dataset please?
Hi, I have the same question. You can find the dataset in here.
I think those are simply log2-transformed TPM values. It's log2(TPM+x) where x is a pseudocount. I think x is either 1 or 0.001. In any case, just reverse-log2 transform it, and if you did it correctly, the sum of the recovered counts across all transcripts/genes within any given sample should be 10^6.
Thank you for your reply. But I'm not sure whether it was log2-transformed or not because the range of values is too large. For example, the maximum value in the LUSC TCGA data is 1,737,510 for the ADAM6 gene in the TCGA-85-A513-01 sample. Can you give me a description of it?
The URL you linked to only has "batch normalized" expression. Unfortunately, there is no way to undo batch normalization to recover TPM values.
Is this query resolved? I am also confused that how to obtain TPM from these data_mrna_seq_v2_rsem.txt files