Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATACseq + scRNAseq merge vignette needed #91

Closed
davisidarta opened this issue Jul 22, 2019 · 6 comments
Closed

ATACseq + scRNAseq merge vignette needed #91

davisidarta opened this issue Jul 22, 2019 · 6 comments

Comments

@davisidarta
Copy link

Hi there!

I'm eager to use liger in my analysis. However, I've noticed that there isn't a vignette for using it in order to merge scATACseq and scRNAseq data. Is there any vignette planned, or any further instructions regarding functions to call and the general workflow?

@jw156605
Copy link
Collaborator

jw156605 commented Jul 22, 2019 via email

@davisidarta
Copy link
Author

Thank you for the ultra fast answer, @jw156605 ! I emailed you accordingly.

Cheers!

@kvshams
Copy link

kvshams commented Aug 6, 2019

@jw156605 Is that vignette available now? Will that have functions to merge cross species data?

Thanks!.

@ccruizm
Copy link

ccruizm commented Aug 9, 2019

Hello @jw156605,

I would also like to try your tool for my analysis and would need the vignette as a guide to integrate scATAC and scRNA data.

Thanks in advance!

@jw156605
Copy link
Collaborator

jw156605 commented Aug 10, 2019

I'm just about to post the vignette, but the punchline is that running Liger with default settings on RNA and ATAC works quite well. To construct the ATAC matrix, just sum promoter and gene body peaks or raw counts (raw counts preferred, since the 10X peak calling is biased against rare cell populations) for each gene. We have written a fast Rcpp function that takes the 10X filtered fragment file and produces gene counts, or you can use the output from the Seurat function that sums peaks. Then perform gene selection on the RNA data only and use these genes for joint factorization just as in the RNA vignette. Alternatively, you can load your RNA and ATAC data into a Seurat object, then use Seurat wrappers to run Liger on it: https://htmlpreview.github.io/?https://github.com/satijalab/seurat.wrappers/blob/master/docs/liger.html

@jw156605
Copy link
Collaborator

A vignette showing how to integrate RNA and ATAC data is now available at: https://macoskolab.github.io/liger/walkthrough_rna_atac.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants