This vignette gives you a 1-minute summary of how to install and use the Entropy package for gene expression entropy estimation in Seurat objects. For more detailed workflows, check out the other vignettes.

Install the packages

Stable version: Entropy

Installing our Entropy packages is easy. Just execute the following line into R:

library(devtools)
devtools::install_gitlab("grp-zaugg/entropy_package", host = "git.embl.de", force = TRUE)

If you receive an error message, make sure you installed the devtools package. If you don’t have it installed yet, just execute the following code into R:

install.packages("devtools")

📞 Contact and Support

Please check out https://grp-zaugg.embl-community.io/entropy_package for documentation, updates, and how to get in contact with us.