Question about preprocessing ATAC-Seq
Opened this issue · 4 comments
luglilab commented
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 commented
luglilab commented
Thanks a lot!