Displaying 1 result from an estimated 1 matches for "1p36_33".
Did you mean:
1p36_31
2006 Jul 10
2
pvclust missing values problem
...I have downloaded from the Progenetix database (http://www.progenetix.de/~pgscripts/progenetix/Aboutprogenetix.html). The data is in tab delimited format, each column is a single sample each row is a chromosome band some example dummy data is shown below.
band sample1 sample2 sample3 sample4
1p36_33 1 0 0 1
1p36_32 -1 0 -1 0
1p36_31 0 1 1 1
1p36_22 0 -1 -1 -1
etc.... where 0 = no change, 1 = gain, -1 = loss
I have read this file into R using:
> ProgenetixCRC.all.noXY <- read.table("/home/marray...