Hello - I’m a novice with multimodal analysis, but relatively comfortable with scanpy. I have a scATAC dataset (GEO Accession viewer) that I’m trying to pair with another scRNA dataset, but I’m having trouble loading the ATAC dataset with muon.
Here is the data in question:
# Download the RAW file from the output above
ftp_link = r'ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE182nnn/GSE182134/suppl/GSE182134_RAW.tar'
! curl -O $ftp_link
The files you have are the output from [1], so you still need to do [2].
You can this with various preprocessing pipelines (e.g ArchR), but the easiest is probably 10x’s cellranger, specifically the aggr function of the ATAC pipeline.
If you have multiple samples, make sure you should include all of them in this step so that they all use the same set of peaks.
The output from the pipeline will include the files read_10x_mtx is looking for.