How to do masking
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.