GithubHelp home page GithubHelp logo

Comments (1)

JackieHanLab avatar JackieHanLab commented on September 3, 2024 3

You can download the cell type annotation or reproduce the labels as follows:

For hArtery and hBone, you can reproduce the labels following the methods and cell type markers described in Liang, et.al, 2021 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8685327/ , Fig. 2B and Table S1) and Chou, et.al, 2020 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7331607/ , Table 1), respectively.

For mBrain, you can download from:
https://drive.google.com/drive/folders/1QQXDuUjKG8CTnwWW_u83MDtdrBXr8Kpq
We use the ‘cell_type’ as label.

For mAtlas, you can download from:
https://figshare.com/articles/dataset/Processed_files_to_use_with_scanpy_/8273102/2
We use the ‘cell_ontology_class’ as label.

For mPancreas:
https://ftp.ncbi.nlm.nih.gov/geo/series/GSE132nnn/GSE132188/suppl/GSE132188_adata.h5ad.h5
We use the sub-type from 'clusters_fig6_broad_final' and 'clusters_fig6_fine_final' as label.

And we use the Scanpy to normalize the counts data. The coda is shown as blow:
import scanpy as sc
sc.pp.normalize_total(adata, target_sum=1e4)
sc.pp.log1p(adata)
sc.pp.highly_variable_genes(adata)
adata = adata[:, adata.var.highly_variable]

from tosica.

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.