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

Question about preprocessing ATAC-Seq #116

Open
luglilab opened this issue Apr 3, 2024 · 4 comments
Open

Question about preprocessing ATAC-Seq #116

luglilab opened this issue Apr 3, 2024 · 4 comments

Comments

@luglilab
Copy link

luglilab commented Apr 3, 2024

Hello,

I'm interested in using scglue to integrate my scRNAseq with scATACseq data, comprising four paired samples. These datasets are not multiome; they're only paired samples.

After processing with Cellranger, I used episcanpy's epi.ct.bld_mtx_fly to construct a count matrix from the TSV/TBI files. Subsequently, I filtered the data using epi.pp.filter_cells and epi.pp.filter_features.

My current concern pertains to the input matrix for the scglue.data.lsi function.

Could you please advise on whether I should use the Raw Matrix, Binarized Matrix, or normalizedMatrix for scglue.data.lsi?

Thank you. Your assistance is appreciated.

@Jeff1995
Copy link
Collaborator

Jeff1995 commented Apr 3, 2024

Hi @luglilab. Thanks for your interest in GLUE!

I would recommend using the raw count matrix, as was also recently confirmed in this paper.

@luglilab
Copy link
Author

luglilab commented Apr 3, 2024

Thanks a lot!

@luglilab
Copy link
Author

Hello @Jeff1995 ,

could you suggest a good preprocessing pipeline for 10X data compatible with your tool? I'm trying to figure it out if is better snapatac, episcanpy or signac but i'd like to have your comment.

Thank you.

@Jeff1995
Copy link
Collaborator

Hi @luglilab, I haven't really fiddled with different preprocessing pipelines. As long as it outputs count matrices, it would work well with scglue. scglue has builtin lsi implementation and does not need further processing than the count matrices.

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

2 participants