Hi all,
I have about 300,000 lines of data I want to add to UCSC genome browser as a custom track.
Few lines of the data I have are:
=======
Chr Start End Count_1 Count_2 p-value
chr1 16672622 16899459 11 10 0.660251747
chr1 99208070 99248356 19 30 0.660962498
chr3 90321218 90321465 12 1 0.661320514
chr3 92621688 92658292 4 1 0.662124217
=======
As I have start and end coordinates, it seems natural to use bedGraph format for this 300,000 lines of data using the coordinates and p-value. But the problem is that I want to display Count_1 and Count_2 too. Is there a way that I can display more than one data associated with a given coordinates in UCSC browser? I thought of making three different custom tracks but the resulting image didn't seem right.
If it is not possible with bedGraph format, is it possible to do such thing (displaying more than one data associated with a given location) with Wiggle or any kind of format that UCSC will understand?
Thank you,
Statsteam
I have about 300,000 lines of data I want to add to UCSC genome browser as a custom track.
Few lines of the data I have are:
=======
Chr Start End Count_1 Count_2 p-value
chr1 16672622 16899459 11 10 0.660251747
chr1 99208070 99248356 19 30 0.660962498
chr3 90321218 90321465 12 1 0.661320514
chr3 92621688 92658292 4 1 0.662124217
=======
As I have start and end coordinates, it seems natural to use bedGraph format for this 300,000 lines of data using the coordinates and p-value. But the problem is that I want to display Count_1 and Count_2 too. Is there a way that I can display more than one data associated with a given coordinates in UCSC browser? I thought of making three different custom tracks but the resulting image didn't seem right.
If it is not possible with bedGraph format, is it possible to do such thing (displaying more than one data associated with a given location) with Wiggle or any kind of format that UCSC will understand?
Thank you,
Statsteam
Comment