Hello all,
For a study, we decided to look into the expression levels of a particular gene in TCGA data, following which we were intrigued to look into the protein expression levels (RPPA) as well.
The aforementioned data are all available on cBioPortal. My question is, what is method followed to normalize the RPPA data.
Thanks in advance.
Edit: Protein expression values seem to be NaN for all tumor types checked. Has anyone obtained protein expression data from cBioPortal?
Hi Kevin,
Thanks for the reply. If I don't consider the expression values with Z-scores, is it still acceptable?
Also, I downloaded RSEM values (gene expression). Is it OK to plot the data as the absolute RSEM values, or log2(RSEM)?
Thanks again.
Hey, you are now referring to another [RNA-seq] dataset? What was the name of the exact data that you obtained from the cBioPortal page? If it is RSEM RNA-seq, then you can input that to DESeq2 for normalisation: Transcript abundance files and tximport input.
Yeah, so we wanted to analyze RAN and protein expression for a couple genes. The RNA expression data were RSEM values. I also read that RSEM values are already normalized, so the question is to plot the absolute values of the log.
Can you show the exact data processing steps that you have performed?
Hi,
I'm sorry for the delay.
After download the RSEM values, I merged them in order of the tumor type using shell. Without any further normalization, this data was imported to R and plotted.