take_shuffle {geneExpression} R Documentation

random takes a subset of the gene features from the expression matrix

Description

Usage

take_shuffle(x, n);

Arguments

x

[as Matrix]

n

[as integer]

Details

Authors

phenotype_kit

Value

a data frame object that contains the randomly selected gene features: each row is a randomly selected gene feature(the row name is the gene id) and the columns is the expression data of the corresponding gene.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]