drawRandomPS {adSplit} | R Documentation |
This function draws a given number of probe-sets randomly, such that probe-sets referring to the same are either included or excluded as a whole.
drawRandomPS(nps, LID2PSenv, allLIDs)
nps |
number of probe-sets to be drawn. |
LID2PSenv |
a hash mapping LOCUSLINK to probe-set identifiers. |
allLIDs |
vector of all LOCUSLINK identifiers represented on a chip. |
A named vector of probe-set identifiers. The names correspond to the LOCUSLINK identifiers.
Claudio Lottaz
# draw ten random probe-sets from hu6800 library(hu6800) LID2PSenv <- makeLID2PROBESenv(hu6800LOCUSID) drawRandomPS(10, LID2PSenv, ls(LID2PSenv))