Name Mode Size
R 040000
inst 040000
man 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 0 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
_config.yml 100644 0 kb
scTHI.Rproj 100644 0 kb
README.md
# scTHI single cell Tumor Host Interaction packages ### Introduction scTHI is an R package to identify active pairs of ligand-receptors from single cells in order to study,among others, tumor-host interactions. scTHI contains a set of signatures to classify cells from the tumor microenvironment using functions from the [yaGST package](https://github.com/miccec/yaGST). ### Installation ```` library(devtools) install_github("miccec/yaGST") install_github("miccec/scTHI") library(scTHI) ```` ### Documentation and examples Visti the [wiki page](https://github.com/miccec/scTHI/wiki) for guided examples of use.