Displaying 1 result from an estimated 1 matches for "1p36_22".
Did you mean:
136922
2006 Jul 10
2
pvclust missing values problem
...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/marraydb/Progenetix/Data/CRCall_noXY.txt", header=TRUE, sep="\t", row.names="band")
based on the p...