search for: ca0001_height

Displaying 1 result from an estimated 1 matches for "ca0001_height".

2008 Feb 28
1
Errors melt()ing data...
...01 rs1799796 1 0.389774160 0.0000000 ## I now melt it and cast again to the desired format > t <- melt(t.norm1, id = c("Sample.Name", "SNP")) > cast.height.norm1 <- cast(t, SNP ~ Sample.Name + variable, sum) > cast.height.norm1[1:10,1:5] SNP CA0001_Height.1 CA0001_Height.2 CA0002_Height.1 CA0002_Height.2 1 rs1045485 0.003311454 0.4789782 0.401218142 0.343031163 2 rs1045487 0.001818583 0.5089827 0.007329439 0.453102612 3 rs11212570 0.006078444 0.4496129 0.015164118 0.434320814 4 rs13010627...