Skip to contents

Generates a set of permuted gene lists from the original gene list, ensuring uniqueness in the permuted sets.

Usage

resample_gene(geneList.true, n_perm = 5000)

Arguments

geneList.true

A matrix of gene expression data.

n_perm

Number of permutations to generate.

Value

A matrix of permuted gene lists.