thank you very much for such a thorough solution!
--
View this message in context:
http://r.789695.n4.nabble.com/help-with-reshape-is-needed-again-tp2260640p2260943.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org
Hi:
# Method 1: Transposition and name corrections
> dd <- read.table(textConnection("
+ gene1 breast 10100 1
+ gene2 breast 20200 4
+ gene3 breast 3050 5
+ gene4 breast 40400 9"))
> cl
hi, folks:
i need to transpose the following data:
genetissuepatient1 patient2 patient3.
-
gene1 breast 10100 1
gene2 breast 20200 4
gene3 breast 3050
3 matches
Mail list logo