recently, I using F-seq to run some DNase-seq data.
I know F-seq need bed file as input, so I merged my paired end sequence and got a bed file contain 5 column like below:
chr10 29334602 29334656 SRR891270.293 255
chr10 61751512 61751575 SRR891270.256 255
chr10 103211892 103212065 SRR891270.153 255
the unmerged data are as follows: chr10 29334602 29334652 SRR891270.293/2 255 +
chr10 29334606 29334656 SRR891270.293/1 255 -
chr10 61751512 61751562 SRR891270.256/2 255 +
chr10 61751525 61751575 SRR891270.256/1 255 -
chr10 103211892 103211942 SRR891270.153/2 255 +
chr10 103212015 103212065 SRR891270.153/1 255 -
I thinks the merged data should be the input file for F-seq, does anybody know how many columns F-seq need? 3 or 5 columns enough?
thanks!
Oops the text editor wrapped the lines of data. Just give it:
Chrom start stop . . strand