GreenleafLab / NEAT-seq_reproducibility

3 stars 2 forks source link

Data acquisition issue #1

Open YuzhiSun opened 5 months ago

YuzhiSun commented 5 months ago

Hi @bnprks , Thank you very much for your contribution to multi omics sequencing data, I would like to ask you a question on how to quickly obtain the three omics data matrices you measured. I would like to use the three omics matrices for downstream analysis.

Best regards, Yuzhi

bnprks commented 5 months ago

Hi Yuzhi,

The data for this paper is deposited on GEO, at this link: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE178707

If you hit (custom) under the download link, then you can select a subset of the files you want to download. Assuming you're interested in the T cell data matrices, I think the files you would want are:

There are several other files available from GEO, and if you want to replicate something specifically from the paper a lot of our scripts are present in this repo. Our code_utils/download_data.py file will download all the raw data you need, but it may be more than you want for your specific use-case.

Hope that helps!

-Ben