https://github.com/bioconductor-source/treekor

https://github.com/bioconductor-source/treekor

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • Language: R
  • Default Branch: devel
  • Size: 2.36 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

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

```r

Install the development version from GitHub:

install.packages("devtools")

devtools::install_github("adam2o1o/treekoR") library(treekoR) ```

or, via Bioconductor

```r 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. bioRxiv 2021.07.08.451609; doi: https://doi.org/10.1101/2021.07.08.451609

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.

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 4.1 depends
  • SingleCellExperiment * imports
  • ape * imports
  • data.table * imports
  • diffcyt * imports
  • dplyr * imports
  • edgeR * imports
  • ggiraph * imports
  • ggplot2 * imports
  • ggtree * imports
  • hopach * imports
  • lme4 * imports
  • multcomp * imports
  • patchwork * imports
  • stats * imports
  • tidyr * imports
  • utils * imports
  • BiocStyle * suggests
  • CATALYST * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests