randeS {LMGene} | R Documentation |
Takes an expression set eS and a number of probes n. Returns a random subset of eS with n probes.
randeS(eS, n)
eS |
An expression set. |
n |
A positive integer smaller than the number of probes in eS. |
Returns an expression set with the same vlist as eS, but only n probes chosen at random.
John Tillinghast
data(sample.eS) randeS (sample.eS, 100) -> sample.100.eS