Skip to content

Dartmouth-Data-Analytics-Core/GDSCtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSCtools

Dartmouth Genomic Data Science Core: General Utilities

Version pkgdown documentation License: MIT codecov

Warning

🚧 In development:
This package currently supports basic single-cell quality control, differential expression analysis, ORA analysis, and pathway network analysis. More functionalities and utilities will be added, stay tuned!

Installation

# Install from github
devtools::install_github("https://github.com/Dartmouth-Data-Analytics-Core/GDSCtools")

Dependencies

CRAN: igraph, dplyr, ggplot2, ggwordcloud, patchwork, scales, stringr, purrr, ggExtra

Bioconductor: Seurat, clusterProfiler, org.Mm.eg.db (or org.Hs.eg.db)

Install Bioconductor dependencies first if needed:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(c("clusterProfiler", "org.Mm.eg.db"))

Vignettes

License

MIT

About

Utilities for the analysis of Genomics Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors