Make ArchR project from Signac-analysed scATAC-seq #1740
-
Dear Dev Team, I was wondering if there is a way to make an ArchR project from a scATAC-seq already analysed in Signac (normalised, dim reduced, clustered, etc), so basically a Seurat object. I have a dataset that I already annotated cell types to and I already performed some downstream pseudo-bulk analysis using these cluster annotations to aggregate info. I would like to use ArchR's co-accessibility and gene2peak linkage functions, but for me it is essential that I keep the same clustering and annotations as in my Seurat object. I looked a lot online and in this discussion section, but I could not find a way to create an ArchR project from an already processed dataset, but since addGeneIntegrationMatrix( ) can read Seurat objects for scRNA-seq, I was wondering if there would be a way to read Seurat objects for scATAC-seq too. Or alternatively, any other way to keep previously performed clustering and annotations. Thanks in advance! Anna |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not possible in the way you would like. Your best bet is to create and ArchRProject from scratch using the same data that you analyzed in Signac. Then import the dimensionality reduction or embedding into the ArchRProject and any annotations you want into
|
Beta Was this translation helpful? Give feedback.
This is not possible in the way you would like. Your best bet is to create and ArchRProject from scratch using the same data that you analyzed in Signac. Then import the dimensionality reduction or embedding into the ArchRProject and any annotations you want into
cellColData
.The importing of the dimensionality reduction is not documented anywhere and I dont have code to illustrate how it would be done because I dont use Signac. Importing an embedding is comparatively easier but that may not be sufficient for your purposes. I'm pasting an excerpt from an in-progress update to the manual that shows how to import an embedding.