genpermuteMat: Generate permutation matrix

Description Usage Arguments Value Author(s) See Also Examples

View source: R/DSscore.R

Description

Generate permutation matrix from ReadCountSet objects or from label vectors.

Usage

1
genpermuteMat(obj, times = 1000, seed = NULL)

Arguments

obj

a ReadCountSet object or a label vector. This function needs the original sample label information to generate permutation matrix.

times

an integer indication the times of permutation.

seed

an integer or NULL, to produce the random seed (an integer vector) for generating random permutation matrix: the same seed generates the same permutation matrix, which is introduced for reproducibility.

Value

A sample label shuffled matrix, rows corresponding to samples and columns for each permutation.

Author(s)

Xi Wang, xi.wang@newcastle.edu.au

See Also

DSpermute4GSEA, DENBStatPermut4GSEA

Examples

1
2
3
4
data(RCS_example, package="SeqGSEA")
permuteMat <- genpermuteMat(RCS_example, times=10, seed=0)
RCS_example <- exonTestability(RCS_example)
RCS_example <- DSpermute4GSEA(RCS_example, permuteMat)

SeqGSEA documentation built on Nov. 8, 2020, 5:46 p.m.