Skip to content

Diff. expression and signatures from OMICS data. Personal use, no warranty.

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

Diff. expression and signatures from OMICS data. Personal use, no warranty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages