Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.92 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.92 KB

treekoR

Overview

treekoR is a novel framework that aims to utilise the hierarchical nature of single cell cytometry data, to find robust and interpretable associations between cell subsets and patient clinical end points. treekoR achieves this by:

  • Deriving the tree structure of cell clusters
  • Measuring the %parent (proportions of each node in the tree relative to the number of cells belonging to the immediate parent node), in addition to the %total (proportion of cells in each node relative to all cells)
  • Significance testing, using the calculated proportions, to determine cell type proportions associated with patient's clinical outcome of interest
  • Providing an interactive html visualisation to help highlight key results

Installation

# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("adam2o1o/treekoR")
library(treekoR)

or, via Bioconductor

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

BiocManager::install("treekoR")

References

  • Identifying cellular-to-phenotype associations by elucidating hierarchical relationships in high-dimensional cytometry data. Adam Chan, Wei Jiang, Emily Blyth, Jean Yang, Ellis Patrick. Genome Biology 2021.07.08.451609; doi: http://dx.doi.org/10.1186/s13059-021-02526-5

Found an issue (or have an idea)?

treekoR is still under active development. Any feedback related to the package and its use is immensely appreciated.

  • R package related issues should be raised here.

Citation

Chan, A., Jiang, W., Blyth, E. et al. treekoR: identifying cellular-to-phenotype associations by elucidating hierarchical relationships in high-dimensional cytometry data. Genome Biol 22, 324 (2021). https://doi.org/10.1186/s13059-021-02526-5