search for: ofprobes

Displaying 3 results from an estimated 3 matches for "ofprobes".

Did you mean: kprobes
2008 Mar 11
0
Generating a new matrix using rbinom and a matrix ofprobabilities.
probMatrix <- matrix(runif(5*5), 5, 5) ## sets up the probs binoMatrix <- rbinom(length(probMatrix), 1, probMatrix) ## simulates dim(binoMatrix) <- dim(probMatrix) ## makes it a matrix also What doesn't work? -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Economics Guy Sent: Wednesday, 12 March 2008 1:16 AM
2011 Jun 30
4
aggregating data
...2 0.21 E 3 0.11 A 4 0.21 F 5 0.56 F 6 0.87 . . . (180000 data points) In each case, the probeID is unique. The output I am looking for is something like this: Gene No.ofprobes Mean_expression A 3 0.25 Is there an easy way to do this using "cast" or "melt"? Ideally, I would also like to see the unique probes corresponding to each gene in the wide format. Thanks in advance Max Maxy Mariasegaram| Reserach Fellow | Austral...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...2 0.21 E 3 0.11 A 4 0.21 F 5 0.56 F 6 0.87 . . . (180000 data points) In each case, the probeID is unique. The output I am looking for is something like this: Gene No.ofprobes Mean_expression A 3 0.25 Is there an easy way to do this using "cast" or "melt"? Ideally, I would also like to see the unique probes corresponding to each gene in the wide format. Thanks in advance Max Maxy Mariasegaram| Reserach Fellow | Austral...