Displaying 2 results from an estimated 2 matches for "finalresult".
Did you mean:
final_result
2008 Nov 30
1
Rserve and creating a list of lists
...e raw
serialized forms of lattice objects
rconn.assign("temp",rser);
REXP ret = rconn.eval("invisible(unserialize(temp))"); (1)
rexpArr.add(ret);
RList rlist = new RList(rexpArr);
REXPList rl = new REXPList(rlist);
The problem is when I do an assign
rconn.assign("finalresult",rl);
whence I get
*** REXPFactory unable to interpret
org.rosuda.REngine.REXPUnknown@1629ce8c[4] *
** REXPFactory unable to interpret
org.rosuda.REngine.REXPUnknown@1629ce8c[4]
*** REXPFactory unable to interpret
org.rosuda.REngine.REXPUnknown@1629ce8c[4]
*** REXPFactory unable to...
2008 Mar 03
3
Calculating the t-test for each row
Hi Everyone,
I need some simple help.
Here are my codes
##########will give me 10000 probesets####################
data.sub = data.matrix[order(variableprobe,decreasing=TRUE),][1:10000,]
dim(data.sub)
data_output<-write.table(data.sub, file = "c://data_output.csv", sep = ",",
col.names = NA)
When i export to excel, it shows me this. This is just a short version.
There