Entering edit mode
4.7 years ago
el24
▴
40
Hi everyone, I'm getting familiar with bedtools, and I have a question. How can I generate .bed files for each cell from ATAC-seq data? Imagine, this .tsv data as an example. Thanks!
p.n: This is a similar question but I couldn't find the answer.
Please help us to understand better the problem. What data do you currently have, and what data would you ultimately like to produce?
Sorry for the confusion, I updated the question :)
BED formart is just:
So, you can probably generate it via
cut
Give your sample bed files to featurecounts (Subread) . It will provide you matrix.
Or
bedtools coverage can give you number of reads underlying your feature of interest eg. Genes. If your features are same for all samples, then combine the samples parallely to get a matrix