Skip to content

Automated differential expression and signature generation from bulk and single-cell data

Notifications You must be signed in to change notification settings

ATpoint/SigGenes

Repository files navigation

SigGenes

SigGenes automates pairwise differential testing between groups and extraction of signatures. Documentation will follow. Use at own risk, no warranty.

Installation

# Install Bioconductor
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install()

# Install limma and circtools
to_install <- c("edgeR", "limma", "Matrix", "S4Vectors", "scuttle", "SummarizedExperiment", "SingleCellExperiment", "atpoint/SigGenes")
BiocManager::install(to_install)

About

Automated differential expression and signature generation from bulk and single-cell data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages