Skip to content

Releases: carmonalab/scGate_models

v0.16

18 Dec 11:06

Choose a tag to compare

New in version 0.16:

  • New model collection for multi-class classification of tumor microenvironment components, used by HiTME
  • New model collection for human PBMCs
  • Include cell ontology dictionary for cell type naming

v0.14

27 Jun 09:59

Choose a tag to compare

Separate models for Monocytes and Macrophages; improvements to TME models to increase coverage.

v0.13

23 Jun 15:35

Choose a tag to compare

Includes multi-classifier models for TME cell types:

  • TME_broad collection can be used to classify immune vs. non-immune (endothelial, epithelial, stromal cells)
  • TME_HiRes collection comprises non-immune cells, and high granularity cell types for immune cells

These collections can be used directly together, to obtain multi-class labels (in scGate_multi metadata in output), e.g.:

scGate_models_DB <- get_scGateDB(version="v0.13")
models.multi <- scGate_models_DB$human$TME_HiRes

gated <- scGate(obj, model=models.multi)
table(gated$scGate_multi)

v0.9

14 Nov 08:53

Choose a tag to compare

Added multi-classifier model for human CD4 TIL subtypes

v0.4

03 Nov 14:30

Choose a tag to compare

Improved models for CD4 T and B cells

v0.3

12 Oct 14:33

Choose a tag to compare

Adding models for Myeloid cells and for MoMacDC (i.e. myeloid minus neutrophils)

v0.2

07 Oct 13:34

Choose a tag to compare

  • T alpha-beta models for human and mouse

v0.1

05 Oct 13:03

Choose a tag to compare

First version of scGate_models DB

Includes the first version of mouse and human models to filter several immune cell types using scGate.