Giter VIP home page Giter VIP logo

scgate_models's Introduction

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:

  • HiTME
    Default model used in the HiTME package. Includes immune cells at high resolution and stromal cells (e.g. fibroblasts).

  • PBMC
    Includes immune cells at high resolution, optimized for possible background contamination from lysed blood cells.

  • TME_broad
    Classification of stromal cells and immune cells at a broad level.

Changelog for model collections:

  • PBMC
  • For all cells, monocytes negative levels replaced with MoMacDC negative levels due to better specificity
  • Monocytes: Removed NK negative level because some Monocytes also express NKG7
  • Monocytes: kept only "myeloid" markers, as SPI1 is most specific for Monocytes

scgate_models's People

Contributors

changsheng-li avatar halterc avatar jgarnica22 avatar mass-a avatar p-gueguen avatar sjcarmona avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

scgate_models's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.