bio-de-results

Installation
SKILL.md

DE Results

Extract, filter, and export differential expression results.

Required Libraries

library(DESeq2)  # or library(edgeR)
library(dplyr)   # For data manipulation

Extracting DESeq2 Results

# Basic results
res <- results(dds)

# With specific alpha (adjusted p-value threshold)
res <- results(dds, alpha = 0.05)
Installs
3
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-de-results — gptomics/bioskills