Hello,
I have a file in the Excel (.xls) format which looks like follows :
Chromosome Start End Summit Height ChIP_sequences IgG_sequences Fold_change p-value
1 830821 831068 830941 9 10 0 5.32 0.0130582
1 1300370 1300918 1300784 15 32 3 3.99 0.000663352
1 1638630 1638824 1638786 9 11 1 2.9 0.0432279
1 1645497 1645776 1645634 8 11 1 2.9 0.0432279
1 1704190 1704536 1704401 9 15 1 3.87 0.0112948
Each region is a "peak" found by the peak finding algorithm. I wish to find the per base genome coverage/ or the peak shape of the above regions.
I only have this Excel file available with me. Since I do not have any alignment data available, I was wondering how I can find the per base genome coverage / peak shape ?
Can I use the statistics such as "Height" and "Chip_Sequences" in any way to get the peak shape ?
Thanks.
Your best bet is to go back to whomever gave you these data and get the raw alignment data. Without that, I think you are stuck.