GreenleafLab / ArchR

ArchR : Analysis of Regulatory Chromatin in R (www.ArchRProject.com)
MIT License
384 stars 137 forks source link

Impute the Peak-count matrix #518

Closed SunKeYong closed 3 years ago

SunKeYong commented 3 years ago

Is it possible to Impute the Peak-count matrix? As we all know, the analysis of scATAC-seq data is particularly challenging because sparsity is intrinsic to these assays. Many tools, such as FITs (https://reggenlab.github.io/FITs/), have been developed to recover original signals from highly sparse and noisy scATAC-seq profiles. So, I suggest that you can integrate these tools into ArchR, which will enhance the performance of ArchR in the downstream analysis.

rcorces commented 3 years ago

Thanks for the suggestion. I think there is a general interest to make ArchR more easily integrated with other tools and to make it easier to pull data out of ArchR. We're working on it but also trying to prioritize some other things at the moment so this will just take time. Appreciate your patience!

jgranja24 commented 3 years ago

Hi @SunKeYong, technically you can impute the Peak-count matrix with MAGIC as is as well I am pretty sure. Just use them in plotEmbedding. I am not sure that we will directly support imputation for anything but visualization because they can be misleading. We will look more into this as these tools are developed!