Replies: 1 comment 2 replies
-
|
SnapATAC2 doesn't support concatenating AnnData objects with different var_names (vertical stacking). You may be able to use anndata's function to achieve this: https://anndata.readthedocs.io/en/latest/generated/anndata.concat.html#anndata.concat |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again
Is it possible to concatenate
AnnDataobjects for multiple samples instead of usingAnnDataSet?I need to add multiome RNA counts to the same object (as well as other varm/var/obsm/obs slots) and I am not sure how
AnnDataSetworks for this purpose.Beta Was this translation helpful? Give feedback.
All reactions