Dear All, I need to visualize my CNV data in the same way as it in this page. Could you please help me out???
http://www.biomedcentral.com/1471-2164/12/414/figure/F1
Input format is something like this:
Chr StPos EndPos sizeofCnv(kb) CNV(loss/gain) SDoverlap(0/1)
Thanks a lot
If you post an example data file you might get a response that includes some R code and example output...
Dear Malachig, My input file looks like this...
Chr StPos EndPos Bins CN SD
10 1 1000 1 0 0 10 1001 2000 1 4 1 10 2001 3000 1 4 1 10 3001 4000 1 4 1 10 4001 5000 1 4 1 10 5001 6000 1 1 0 10 6001 7000 1 2 0 10 7001 8000 1 10 0 10 8001 9000 1 2 0 10 9001 10000 1 2 0 10 10001 11000 1 2 0 10 11001 12000 1 2 0 Thanks a lot
each line will be after each other not like the one displayed here. Sorry