More posts like this
-
ClusterProfiler GO / KEGG enrichment analysis for non Model organism
written by Pegasus 13Hi everyone, I’ve been exploring discussions on using ClusterProfiler for non-model organisms, particularly non-pathogenic microbes, and thought it would be helpful to consolidate some useful …
-
Visualizing Upregulated and Downregulated Genes in GO and KEGG Pathway Analyses
written by roxana 1Hi Biostar community, I am conducting GO and KEGG pathway enrichment analyses on RNA-Seq data. My goal is to visualize both upregulated and downregulated genes …
-
Combining GO and KEGG enrichments
written by David R 2Hi, I have a set of DEGs for which I have carried out GO and Kegg enrichment analysis. Thus, I have twos sets of enriched …
-
How to propose a list of genes not involved in a particular disease
written by iibrams07 1I have a set of 800 genes so that every gene is evidence based involved in a particular disease. These are all protein coding genes. …
-
DAVID returning invalid KEGG pathways in gene enrichment analysis
written by accibio 2I'm using the latest version of DAVID Knowledgebase (v2021q4, Available at [https://david-d.ncifcrf.gov][1]) for enrichment of a set of genes that I have. Using the `Functional …
-
How to do pathway analysis on kinome Drosophila dataset
written by m98 45I am familiar with gene set enrichment analysis (GSEA - Broad Institute) using sequencing data but I am fairly unexperienced in pathway and/or GO analysis …
-
Tool: pathfindR - Enrichment Analysis using Active Subnetworks
written by egeulgen 127Hello all, <img src="https://github.com/egeulgen/pathfindR/blob/master/inst/extdata/logo.png?raw=true" align="left" height=100/> I would like to introduce our group's active-subnetwork-oriented enrichment R package: [pathfindR][1] (latest release is v2.0.0). This tool is …
-
Pathway analysis for transcriptome profiles
written by Whoknows 97Hi I used blast2go in order to find similar genes to my transcriptome profile, How can I identify significant kegg pathways for these genes(Profile)? And, …
-
Assigning Pathway Type to MSigDB gene sets
written by BioStarUser99 4I'm doing an analysis that requires the stratification of pathways from the C2/C5/C7 set of the molecular signatures database (http://www.broadinstitute.org/gsea/msigdb) to one of the following …
-
Best UPDATED tool for enrichment anlysis
written by ncl.lazzarini 13I have several gene sets and I'd like to perform an enrichment analysis in order to get GO terms, KEGG pathways and, possibly, PubMed IDs …
clusterprofiler manual here: https://yulab-smu.top/biomedical-knowledge-mining-book/clusterprofiler-go.html for GO and for KEGG, https://yulab-smu.top/biomedical-knowledge-mining-book/clusterprofiler-kegg.html
Thanks. I can unfortunately not run the code since I get the error message Error in library("KEGG") : there is no package called ‘KEGG’. I tried to install KEGG via Bioconductor. I get the error message ' package ‘KEGG’ is not available for Bioconductor version '3.14'. Can you give me an advice how to overcome this ? `
There are quite a few tools available to do what you want, each with their own pros and cons. I use g:profiler2 and topGO. You can use any organism with the former, but the latter of which requires an orgDB package.
Regarding code, there are plenty of tutorials a simple google search away, or you can probably find quite a few on GitHub without too much difficulty.