Calculate enrichment factor from a list of GO terms
I have a list of genes and the corresponding GO terms for a non-model organism. Could I calculate enrichment factor from the list of GO terms?
r
go
enrichment factor
• 1,722 views
•
link
written
by
felipead66
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
GO and KEGG enrichment analysis for non-model organism
written by Shakunthala Natarajan •I have obtained a list of genes after differential gene expression analysis with DESeq2. I am working on the genome of a non-model fungal organism. …
-
Navigating vectorbase to search for non-model organism using multiple geneIDs
written by roshnipillai •I have recently did the RNAseq of Anopheles stephensi brain across different conditions. We have got a lot of differential genes and wanted to perform …
-
GO Enrichment Pichia pastoris
written by Adishi •Can anyone suggest online portal /tool for getting gene ontology enrichment for non-model organism? I have gene ontology terms and IDs against the list of …
-
TopGO- how to get enriched terms at a specific level?
written by biosjm •Hello, I am working at the moment on RNA seq data of a non model organism and have a list of genes of interest. I`ve …
-
is it meaningful to enrich an organism using ontology from a different organism?
written by anonym101Suppose I have a list of genes obtained from an experiment using mice. Now I have to perform an enrichment and I can choose to …
-
agriGO no longer available?
written by liamhawkinscu •In the last few weeks I have been using [agriGO][1] to perform GO enrichment analysis on a non-model organism dataset. In the last week or …
-
Enrichment analysis of Differentially expressed genes
written by AP •Hello everyone, I used STAR-HTseq-DESeq2 pipleline to analyse my RNAseq data and now I have list of differentially expressed genes. I want to do the …
-
GO enrichment analysis. Non-model organism.
written by Frogs •I have a list of differentially expressed genes and the GO terms related to them. I don't know how to carry out GO enrichment analysis …
-
How can I find annotated proteins from high level GO terms?
written by mike.thon •<p>I have GO annotations for a non-model organism and I did an enrichment test using the goatools script find_enrichment.py. There does not seem to be …
-
GO enrichment in non-model organism
written by neethav •Hi all, I am working on a RNA-seq study of a non-model organism. I have used local BLASTx to identify orthologous genes from different closely …
Yes. You could try using
clusterProfiler::enricherand pass in your GO-term to gene mappings with theTERM2GENEargument. This won't identify GO-term-depletions though. https://bioconductor.org/packages/release/bioc/html/clusterProfiler.html