[Bioc-devel] bug-report for combine
Laurent Gautier
lgautier at gmail.com
Wed Jul 18 14:12:54 CEST 2007
Hi,
There appears to be a problem either with the function "combine",
or with my understanding of what it is doing:
## ----
library(Biobase)
dfA <- data.frame(label=rep("x", 2), row.names=1:2)
dfB <- data.frame(label=rep("x", 3), row.names=3:5)
dfC <- data.frame(label=rep("x", 4), row.names=6:9)
dfAB <- combine(dfA, dfB) # ok
dfABC <- combine(dfAB, dfC) # ?! error
Error in combine(dfAB, dfC) : data.frames contain conflicting data:
non-conforming colname(s): label
## ---
Laurent
More information about the Bioc-devel
mailing list