RNA-Seq data from Firebrowse TCGA
1
0
Entering edit mode
5.5 years ago
landscape95 ▴ 190

Hi, I am building the logistic regression between radiotherapy clinical data (yes/no) and gene expression for the probability of assigning RT to patients from RNA-Seq from Firebrowse TCGA Breast cancer RSEM normalized, but I think it the values of the genes vary a lot (please have a look in the picture). Should I do any normalization to balance between these gene expression? Thanks a lot!

enter image description here

RNA-Seq • 2.2k views
ADD COMMENT
2
Entering edit mode
5.5 years ago

I would import these RSEM gene-level [estimated] counts to DESeq2 either manually or via tximport. This is mentioned in the vignette. In DESeq2, I would normalise them with RT in my design formula and then transform these normalised counts to regularised log expression levels with blind = FALSE, i.e., rlog(dds, blind = FALSE).

It is those transformed, normalised expression levels on which I would conduct my downstream regression analysis.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 1979 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6