How to perform Gene Set Enrichment Analysis for multiple treatments?
0
0
Entering edit mode
5.1 years ago
John ▴ 270

I have 6 different groups of RNA seq data,how can I perform Gene Set Enrichment Analysis for all of them simultaneously ?

RNA-Seq rna-seq R next-gen sequencing • 3.6k views
ADD COMMENT
1
Entering edit mode

Could you be more precise on :

I have 6 different groups of RNA seq data

Do you have reads, counts, gene lists, DE gene lists ?

ADD REPLY
0
Entering edit mode

thanks for asking. I have RNA seq data with treatments at 6 different time points. I want to perform gene enrichment analysis for all of them. i.e TPM matrix of 6 Columns, gene names as row names.

ADD REPLY
1
Entering edit mode

TPM is not a good method to look at gene expression across experiments. I strongly suggest you to get raw count then read DESeq2 vignette and follow the tutorial to get DE genes. DESeq2 will normalize your counts with RLE method, which deal with the biais of RNA population composition for each condition (DESeq2 paper) RNA-seq, why normalize for library size?

Once you got DE genes you can do pathway analysis with GSEA or R scripts, like this : https://bioconductor.org/packages/release/bioc/vignettes/ReactomePA/inst/doc/ReactomePA.html

ADD REPLY

Login before adding your answer.

Traffic: 2173 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