theislab / theislab/CellFlow

How to do masking

Open
#2 7 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
159
Forks
27
PR merge metrics
No merged PRs in 30d

Description

Description of feature

Either by passing cond_sizes to the __call__ method as in juniper, or by having a token. The latter way we couuld save embeddings to the anndata object, we can have adata.obsm[cond_1], adata.obsm[cond_2], ... and fill the adata object with 0s. the first way might be a bit cleaner as you can also handle a condition which actually only consists of 0s

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.