
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
eggNOG-mapper
is a comprehensive tool for fast functional annotation of novel sequences. Yet it does not provide any visualization functions.KEGG-Decoder
is a perfect tool for visualizing KEGG Pathways. But it only takes KEGG-Koala
outputs as an input (including blastKOALA, ghostKOALA, KOFAMSCAN).KEGG-Koala
is a web-tool which can work for more than 24 hours. eggNOG-mapper
can be installed locally on your PC / server and work faster.KEGGaNOG
makes eggNOG-mapper
meet KEGG-Decoder
! It parses eggNOG-mapper
output, make it fit for the input to KEGG-Decoder
and then visualize KEGG Pathways as the heatmap!eggNOG-mapper
and KEGGaNOG
could be wrapped into 🐍 Snakemake
pipeline making metabolic profiling a "one-click" process!# Linux / WSL / macOS
conda create -n kegganog pip -y
conda activate kegganog
pip install kegganog
usage: KEGGaNOG [-h] [-M] -i INPUT -o OUTPUT [-dpi DPI] [-c COLOR] [-n NAME]
[-g] [-V]
KEGGaNOG: Link eggNOG-mapper and KEGG-Decoder for pathway visualization.
optional arguments:
-h, --help show this help message and exit
-M, --multi “Multi” mode allows to run KEGGaNOG on multiple
eggNOG-mapper annotation files (a text file with file
location paths must be passed to the input)
-i INPUT, --input INPUT
Path to eggNOG-mapper annotation file
-o OUTPUT, --output OUTPUT
Output folder to save results
-dpi DPI, --dpi DPI DPI for the output image (default: 300)
-c COLOR, --color COLOR, --colour COLOR
Cmap for seaborn heatmap. Recommended options: Greys,
Purples, Blues, Greens, Oranges, Reds (default: Blues)
-n NAME, --name NAME Sample name for labeling (default: SAMPLE) (not active
in `--multi` mode)
-g, --group Group the heatmap based on predefined categories
-V, --version show program's version number and exit
🔗 Please visit KEGGaNOG wiki page
Default visualization
Single mode | Multi mode |
---|---|
These figures are generated using functional groupping mode (-g
/--group
) and Greens
colormap
User APIs visualization
Barplot | Boxplot | Radarplot | Correlation Network |
---|---|---|---|
Stacked Barplot | Streamgraph | Stacked Barplot + Streamgraph |
---|---|---|
eggNOG-mapper
doesn’t directly use the KEGG database, its KO term assignments are inferred through orthologous groups (eggNOG entries). This can sometimes result in less precise annotations.KEGGaNOG
stands for “KEGG out of NOG”, highlighting its purpose: extracting KEGG Ortholog annotations from eggNOG’s Non-supervised Orthologous Groups.
Contributions are welcome! If you have any ideas, bug fixes, or enhancements, feel free to open an issue or submit a pull request.
For any inquiries or support, feel free to contact me via email
Happy functional annotation! 💻🧬
For now KEGGaNOG
uses KEGG-Decoder
as a main dependecy. I greatly thank KEGG-Decoder
's developers.
FAQs
A tool for generating KEGG heatmaps from eggNOG-mapper outputs.
We found that kegganog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.