shuffle_topm {OVESEG} | R Documentation |
Shuffle the top M groups
shuffle_topm(y, group, weights, combM, geneSubset, seed)
y |
a numeric matrix to be shuffled. |
group |
a integer vector indicating group indexes. |
weights |
optional numeric matrix containing prior weights. |
combM |
a integer matrix with each row giving one choice of M groups. |
geneSubset |
a integer vector indicating the probe pattern of combM. |
seed |
an integer seed for the random number generator. |
shuffled expression matrix and weight matrix in top M groups.