Displaying 1 result from an estimated 1 matches for "kogclass".
Did you mean:
colclass
2012 Sep 19
2
write.table: strange output has been produced
...ism METABOLISM
--------------------------------8<--------------------------------------------
And this is a piece of code that produced this:
--------------------------------8<--------------------------------------------
>n = nrow(statdata)
>extra = data.frame(kogdefline=rep(NA,n), kogClass = rep(NA,n), kogGroup
= rep(NA,n))
>subset = intersect(statdata$id, annot$id)
>MR = match(subset, annot$id)
>ML = match(subset, statdata$id)
>extra[ML,1] = as.character(annot[MR,2])
>extra[ML,2] = as.character(annot[MR,3])
>extra[ML,3] = as.character(annot[MR,4])
# strangely, if...