GithubHelp home page GithubHelp logo

Comments (3)

ChuanXu1 avatar ChuanXu1 commented on June 4, 2024

@emdann

  1. information relating to no-feature overlap is logged and output after version 0.2.0 #15
  2. good suggestion! will add this

from celltypist.

emdann avatar emdann commented on June 4, 2024

brilliant! Thank you

from celltypist.

ChuanXu1 avatar ChuanXu1 commented on June 4, 2024

@emdann, as I tested, some Ensembl IDs can match multiple gene symbols, it's not so intuitive to store Ensembl IDs along with gene symbols in a single model. Moreover, as well as Ensembl IDs, the users may have other needs (HGNC ID, old gene symbols, etc.)

Therefore, there is a convert method, which is initially designed to convert human/mouse model to mouse/house model by mapping orthologous genes. This method can be also used for the Ensembl ID case, where the users provide a map file to convert the genes in the model to other formats (Ensembl IDs, HGNC, orthologous genes, ...)

model = celltypist.Model.load("some_model.pkl")
model.convert(map_file = 'symbol2ID.csv') #the map file provided by the user based on what they'd like to transform the gene symbols to
model.write("/path/to/converted_some_model.pkl")

I think this should be a better way to deal with the case you encounter.

Also see the Usage -> Supplemental guidance -> Cross-species model conversion

from celltypist.

Related Issues (20)

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.