Skip to content

changxinw/STIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STIP

STIP: State Transition Inference Prediction

Depends

  • R (>= 3.5.0)
  • ComplexHeatmap
  • VGAM
  • circlize
  • dplyr
  • ggplot2
  • clusterProfiler
  • org.Hs.eg.db
  • org.Mm.eg.db

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install(c("ComplexHeatmap", "clusterProfiler", "org.Hs.eg.db", "org.Mm.eg.db"))

install.packages(c("VGAM", "circlize", "dplyr", "ggplot2"))

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("changxinw/STIP")

Example

Please refer to example folder for a Seurat example.

About

STIP: State Transition Inference Prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published