shuffle_topm: Shuffle the top M groups

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Shuffle the top M groups

Usage

1
shuffle_topm(y, group, weights, combM, geneSubset, seed)

Arguments

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.

Value

shuffled expression matrix and weight matrix in top M groups.


OVESEG documentation built on Nov. 8, 2020, 4:51 p.m.