Giter VIP home page Giter VIP logo

Comments (3)

Edouard360 avatar Edouard360 commented on August 16, 2024

With regard to my dataset, the raw counts are indeed already accessible through the Dataset10X class:

I could theoretically simply run something like:

cd4_t_helper = Dataset10X("cd4_t_helper", dense=False, new_n_genes=None)
regulatory_t = Dataset10X("regulatory_t", dense=False, new_n_genes=None)
naive_t = Dataset10X("naive_t", dense=False, new_n_genes=None)
memory_t = Dataset10X("memory_t", dense=False, new_n_genes=None)
cytotoxic_t = Dataset10X("cytotoxic_t", dense=False, new_n_genes=None)
naive_cytotoxic = Dataset10X("naive_cytotoxic", dense=False, new_n_genes=None)

fresh_68k_pbmc_donor_a = Dataset10X("fresh_68k_pbmc_donor_a", dense=False, new_n_genes=None)

cite_seq_pbmc = CiteSeqDataset("pbmc")

t_cells = GeneExpressionDataset.concat_datasets(cd4_t_helper,regulatory_t,naive_t,memory_t,cytotoxic_t,naive_cytotoxic)
all_concatenated_pbmcs = GeneExpressionDataset.concat_datasets(t_cells, fresh_68k_pbmc_donor_a, cite_seq_pbmc, shared_batches=False)

However, initially I would work with the .rds data coming from this repo, as well as its preprocessing scripts, which gave me additional information:

  • the gene_symbols without which I can't merge the datasets with citeSeq (10X Datasets only use the ENSEMBL version for the gene names, and I didn't find any mapping yet).

  • the predicted labels from the original "Massively Parallel ..." paper, which one has to compute for himself (they don't give it in an output file).

from scvi-tools.

jeff-regier avatar jeff-regier commented on August 16, 2024

@imyiningliu @Edouard360 Are there additional datasets we plan to keep using, that aren't wrapped by scVI, beyond what Yining added in #97 ? If not, let's close this issue.

from scvi-tools.

Edouard360 avatar Edouard360 commented on August 16, 2024

Let me add scmap datasets, and I'll be good

from scvi-tools.

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.