GitHub - carmonalab/scGate_models: Cell type gating models for scGate (original) (raw)

Cell type gating models for scGate

Models can be loaded into scGate using the syntax:

models.db <- get_scGateDB() model.Tcell <- models.db$human$generic$Tcell

gated <- scGate(obj, model=model.Tcell)

To use scGate as a multi-classifier, load one of the collections from the DB:

models.db <- get_scGateDB() models.TME <- models.db$human$TME_HiRes

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

Note: we will tag versions of this DB using the format 'vN.M' (e.g. v1.4). This format is understood by scGate to download specific versions of the DB

Model collections

For common use cases, there are ready-made model collections available. For example, there is a model collection to classify immune cells in the tumor micro-environment at high resolution:

scGate_models_DB <- get_scGateDB() scGate_models <- scGate_models_DB$human$TME_HiRes

Model collections available:

Changelog for model collections: