Skip to content

Integrating joint snATAC/RNA-seq experiments #438

Answered by timoast
cristanchoa asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, this is an interesting question, and we're still working on methods to handle this properly (integration of multimodal datasets). In the meantime, I would suggest finding integration anchors using the RNA modality (using whatever options you want: CCA, rPCA). You can then use the same set of anchors to correct the cell embeddings for both the RNA data (run IntegrateData(), followed by ScaleData and RunPCA on the integrated assay), and for the LSI (run IntegrateEmbeddings() with reductions = "lsi"). You can then use both integrated dimension reductions for multimodal clustering (run FindMultiModalNeighbors() with the integrated RNA data and the corrected LSI as inputs).

Replies: 4 comments 19 replies

Comment options

You must be logged in to vote
3 replies
@cristanchoa
Comment options

@kmwinkley
Comment options

@coopershawna
Comment options

Comment options

You must be logged in to vote
6 replies
@timoast
Comment options

@kmwinkley
Comment options

@timoast
Comment options

@coopershawna
Comment options

@kmwinkley
Comment options

Answer selected by timoast
Comment options

You must be logged in to vote
7 replies
@hchintalapudi
Comment options

@cristanchoa
Comment options

@hchintalapudi
Comment options

@cristanchoa
Comment options

@hchintalapudi
Comment options

Comment options

You must be logged in to vote
3 replies
@hchintalapudi
Comment options

@micosacak
Comment options

@cristanchoa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #437 on February 10, 2021 19:01.