How can I get infrommation from Arch project to use as input of Cicero. #1875
Unanswered
TauHHCC
asked this question in
Questions / Documentation
Replies: 1 comment
-
I'm not very well versed on the exact input format for Cicero. Are you certain that ArchR's co-accessibility functionality doesnt suit your purpose?
you should be able to get the information you want using the
No. We do not provide exporter functions specifically for this |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I'm trying to extract in formation from ArchR project and to use them in Cicero.
My data is established by plate based method, each cell has been labelled well.
The data matrix I have now is the fragment file. This file is running fine in ArchR, but I don't think it can be directly used to generate CDS files in cicero since the fragment position is not peaks (actually I have tried, buy my R will die because the file is toooo big)?
Cicero esquires three types information, 1) fragment position, which will be in chr_start_end format; 2) cell name; 3) sequencing counts that overlaps in the fragment position. Then cicero will take these information to make a CDS file for its analysis.
My question is, 1) can I extract these information from Arch project? I can find cell name. I can also find peak position based on pseudo bulk of clusters after peak calling (MACS2), but this peak positions is not for clusters not for every cell. For digging the reads or counts that overlaps in the positions, I have no idea so far.
2) Can I directly extract the information from Arch project to form a CDS file that can be directly used by the cicero?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions