Resetting an arrow file for merge #1883
Unanswered
dagarfield
asked this question in
Questions / Documentation
Replies: 1 comment 1 reply
-
Actually, can I just do this
And then force over-write peak calls, LSI, etc? (again, assuming identity in the annotations used) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
From time to time, it comes up that we'd like to merge two ArchR projects. A typical use case might be that we want to combine two datasets and re-call peaks or maybe generate a new UMAP. Or sometimes just to get a new featureMatrix from one project rather than multiple.
To do this in the past I have:
This is fine (works), but slow and a bit awkward if you want to routinely combine multiple projects.
What'd be nice to be able to do is:
In the current structure, is this feasible?
(assuming same annotation on all files, naturally)
Beta Was this translation helpful? Give feedback.
All reactions