How to perform Gene Set Enrichment Analysis for multiple treatments?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How plot multiple enrichment plot together
written by synat.keam •Dear all, I am wondering whether you are familiar with Gene Set Enrichment and know how to plot the enriched pathways in a single plot …
-
gene correlations in between two groups
written by biology_inform •Hi all, I have a simple question. I have a dataset containing 14 normal tissues and 6 cancerous tissues. I want to perform correlation analysis …
-
GSEA from broad institute normalization method
written by Rob •Hi freinds I have HT-Seq raw count data of 19000 coding genes and 300 samples of two groups (treatment and control). I want to do …
-
How many samples suggested to perform differential gene expression analysis?
written by JohnHi, I have 64 single cell RNA sequences when I cluster them (supervised clustering using monocle) I get two clusters 6 samples each. Is it …
-
Gene set enrichment analyses of different samples of the same species
written by MehmetDear All, I want to perform gene set enrichment analysis of a species using specific gene families. I have a peptidase gene list that have …
-
Tools for Saturation analysis and gene body coverage analysis
written by JavadHello, I have a set of RNA-seq data and I want to perform saturation analysis and gene body coverage analysis on them. Which tools can …
-
Enrichment Analysis from DESeq2 data
written by gkuffel22 •Hi everyone, I use DESeq2 for all of my RNA-Seq analysis. Can anyone recommend a tool that works seamlessly with DESeq2 data to perform enrichment …
-
Best Way To Normalize Rna-Seq Data
written by Edalat •Hi all, I have several RNA-seq data(all of them have replication),after RNA-seq analysis,I want to perform met-analysis (for given a set of genes that are …
-
GSEA with TCGA data
written by MikeHello all, I have TCGA data of EGFR gene (two column file: sample_ID and expression_value) and I want to implement gene set enrichment analysis using …
-
GSEA with variant proportions as input
written by manali.rupji •Hello All, I am interested in using using variant proportions as input to perform Gene Set Enrichment Analysis (GSEA). Is anyone aware of a Bioconductor …
Could you be more precise on :
Do you have reads, counts, gene lists, DE gene lists ?
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.
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