Hello I have list of ensembl IDs for this list of gene IDs i wanted to the gene ontology analysis. any suggestions for the tools
Thank you
Hello I have list of ensembl IDs for this list of gene IDs i wanted to the gene ontology analysis. any suggestions for the tools
Thank you
If you got those IDs from ensembl it should be possible to also get the orthologs based on those IDs. I look around on the Ensembl portal , especially the compara subsection (https://www.ensembl.org/info/genome/compara/index.html)
EDIT: misread the question, it's not about orthology but about ontology.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
you can use
clusterProfiler
package in R gsea clusterprofilertried This but we need to give fold chain info that I don't have. only gene IDs I have
You want to look at Chapter 5 (GO Analysis) of the clusterProfiler book.
This paper by Khatri et al. is a great starting point to understand the differences between enrichment analyses and overrepresentation analyses and the corresponding tools.
EDIT: If you only want to retrieve the GO terms associated with each gene ID (not any type of enrichment/overrepresentation analysis), you can check out the
getgo()
function from thegoseq
package.