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

Make ATAC fragment files public? #1

Open
plger opened this issue Aug 19, 2024 · 3 comments
Open

Make ATAC fragment files public? #1

plger opened this issue Aug 19, 2024 · 3 comments

Comments

@plger
Copy link

plger commented Aug 19, 2024

Hi,
thanks for this great resource!
It's especially nice that you provide the peaks here given that the raw data is under restricted access and it's quite a pain to get it (I've been waiting for a month). I was wondering whether it would be possible to also make available somewhere the ATAC-seq fragment files (i.e. start and end coordinates of fragments) of the sorted populations (e.g. FP NeuN+, etc.). Contrarily to the bam files this would not contain any potentially identifying information, and would enable a much broader range of the scientific community to re-use the data.
Thanks in advance,
Pierre-Luc

@aanderson54
Copy link
Owner

Hi,
Thanks for reaching out about data availability! We want to make sure that our data can easily be used by the community. We did not generate ATAC-seq fragment files as part of our data processing, but I have added the ATAC-seq peaks to the GitHub page. Are the peaks sufficient for your use? If not, we can work on generating those files as well.

Ashlyn

@plger
Copy link
Author

plger commented Aug 20, 2024

Hi Ashlyn,
Thanks a lot for the answer! I'm afraid the peaks are not sufficient for my purposes, but I'm sure it's going to be of use to someone!
One way of generating fragment files is using bedtools's bamToBed and doing some light filtering, e.g. assuming that the bam files are sorted by QNAME, something like:

samtools view -b -f 3 -F 1804 file.bam | bamToBed -bedpe -i /dev/stdin | cut -f 1,2,6,9 | sortBed -i - | gzip -c > frags.tsv.gz

If there's a way you could share this, it would be a big help!
(And congrats on the nice paper, it's an extremely useful resource given the paucity of TF binding data in the brain!)
Pierre-Luc

@plger
Copy link
Author

plger commented Oct 27, 2024

Dear Ashlyn,
I'm sorry to bug you again with this, but as our NRGR access request is still pending after 3 months, if there is a possibility you could make the fragment files available, it would be a tremendous help for us, and most likely for others as well.
Cheers,
Pierre-Luc

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