MohamedElsisii

Automated RNA-seq downstream analysis framework for differential expression, visualization, GO enrichment, and HTML reporting in R.

12
5
100% credibility
Found May 11, 2026 at 12 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
R
AI Summary

DEGify is an R tool that takes gene activity numbers from RNA experiments and sample labels to automatically find differences, create charts, analyze gene functions, and make a shareable report.

How It Works

1
🔬 Discover DEGify

You hear about a handy tool that simplifies figuring out which genes are more active in one group of samples compared to another from your biology experiments.

2
📊 Prepare Your Data

You collect two easy spreadsheets: one listing how active each gene is in every sample, and another noting the type of each sample like healthy or diseased.

3
🛠️ Ready the Tool

You add this friendly analysis helper to your computer program for biology data with a simple setup step.

4
🚀 Start the Magic

You launch the analysis by pointing it to your data files and picking how picky you want it to be about spotting big gene changes.

5
Let It Crunch

Sit back as it automatically compares samples, spots key differences, draws pretty charts, and uncovers what those gene changes might mean.

6
📈 Review Results

Open the folder to find lists of standout genes, volcano and other colorful plots, summaries of gene functions, and a polished webpage report.

🎉 Share Your Insights

Everything is neatly packaged so you can easily show your team or include in a research paper what genes changed and why it matters.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 12 to 12 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is DEGify?

DEGify automates bulk RNA-seq downstream analysis in R, taking raw count matrices and sample metadata to run differential expression via DESeq2, generate volcano plots, PCA, heatmaps, GO enrichment, and polished HTML reports. It solves the drudgery of piecing together visualizations, stats, and exports manually after initial sequencing. One call to `run_degify()` spits out CSVs, PNGs, summaries, and a publication-ready report in your chosen directory.

Why is it gaining traction?

It stands out with end-to-end automation—no scripting pipelines needed for standard workflows—plus reproducibility via sessionInfo and Zenodo DOI. Developers love the customizable cutoffs for p-values, logFC, and GO ontologies (BP/MF/CC), plus instant exports that save hours on reporting. Compared to cobbling DESeq2 with ggplot2 and clusterProfiler, DEGify delivers pro-looking outputs from GitHub install in minutes.

Who should use this?

Bioinformaticians analyzing bulk RNA-seq for tumor vs. normal comparisons, or wet-lab researchers needing quick DEGs and enrichments without R expertise. Ideal for grant deadlines or paper figures where you feed in counts/metadata and get volcano/heatmap/GO results pronto. Skip if you're doing complex multi-factor designs or non-human species.

Verdict

Promising for automated RNA-seq analysis but immature at v0.1.0 with 12 stars and 1.0% credibility—test thoroughly on your data, as it assumes human genes and basic two-group setups. Grab it via devtools::install_github if you need fast HTML reports today; watch for updates on GitHub automated releases.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.