Normalization of TCGA RNA-seq data (TPM) in R
Hi
I want to do normalization of raw TCGA RNA-seq expression data (TPM) in R. Can anyone share the suitable link for it?
Regards
normalization
tcga
expression
r
• 6,590 views
•
link
written
by
shivangi.agarwal800
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
RNA-seq raw counts normalization for survival analysis
written by fifty_fifty •I have a TCGA raw RNA-seq counts (HTseq) for tumor samples. I want to do survival analysis based on gene expression for a particular gene …
-
ICGC Raw counts for RNA-Seq data
written by Zahra •I want to download the raw counts of RNA-Seq data for PCAWG, but the ICGC just has the BAM format for RNA-Seq data and when …
-
TCGA raw RNA-Seq data
written by qwzhang0601I want to make use of RNA-Seq data of TCGA samples to measure expression of transposes of lung cancer samples, so I would need the …
-
problem for 2 different normalization methods in train and test data set
written by modarziI have to use 2 data sets. one of them for train and another one for test. My train data set belongs to TCGA and …
-
Filter out data for coding genes
written by shivangi.agarwal800Hello all I have obtained RNA-seq data from TCGA. The data contains about 56,000 genes (gene symbols and ensemble ids) that contains pseudo, uncharacterized, non-coding …
-
Ttest on Rna-seq data
written by shivangi.agarwal800Hi I have transcript's TPM expression value data of cancer and normal samples in all stages of BRCA. The data is rna-seq taken from TCGA. …
-
how to calculate or extract Circular RNA expression via RNA-seq data
written by modarziHi, Through RNA-seq data set, I extract Circular RNA.Now, I want to know the expression level of Circular RNA. But really I don't have any …
-
Which package is appropriate to the normalised RNA-seq data for differential expression analysis?
written by b.lin •Dear all, I am new for RNA-seq analysis. I have normalized data rather than raw count for RNA-seq, and i want do the differential expression …
-
Rna Raw Count Data Normalization
written by jack •Hi, I have raw count data of RNA seq. I want to normalize it. Which normalization methods do you recommend and which R packages I …
-
What Are The Best Normalization Methods For Ngs Data
written by jack •<p>Hi all,</p> <p>I have raw count RNA seq NGS data, I want normalize it and apply machine learning and data mining algorithms on it. I …
TPM is already normalized (a bit). Since the final application is important you'll have to tell us some more about what you aim to achieve after normalizing your data. Please be as informative as possible.
I have also adapted your title to make it more descriptive and added relevant tags to your question, as such experts can find it easier and provide you with appropriate answers. Take this into account when making new questions.
Thanks
I am having TPM values of different transcripts in normal and tumor patients. I have to apply Student t test to my data, and I think RNA seq data does not follow normal distribution, so I have to do quantile normalization before proceeding.
Please use
ADD COMMENTorADD REPLYto answer to previous reactions, as such this thread remains logically structured and easy to follow. I have now moved your reaction but as you can see it's not optimal. Adding an answer should only be used for providing a solution to the question asked.There are sophisticated packages for RNA-seq differential expression analysis, such as DESeq2 and edgeR. Just using a t-test and some normalisation will not suffice.
I use the DESeq2 to analysis differently expressed genes between tumor and normal tissue, the data which i select is Counts. however, i donn't know which kind of rna-seq data can i use to do survial analysis, or what normalized method can i use to normalize the FPKM data?
Don't use FPKM. Use vst or rlog transformed counts, which you can get from DESeq2.
thank you for reply. i will try this. i have another two problems. 1. can i used the rlog transformed data to do unsupervised clustering nanlysis, sunch as NMF. 2. when i use DESeq2 to do nanlysis of proteomics intensity data, i found DESeq2 seem to not handle 0, and it seems to think of 0 as NA, invalid class “DESeqDataSet” object: NA values are not allowed in the count matrix ,