randeS {LMGene}R Documentation

Function to pick a random sample of probes from an expression set.

Description

Takes an expression set eS and a number of probes n. Returns a random subset of eS with n probes.

Usage

randeS(eS, n)

Arguments

eS An expression set.
n A positive integer smaller than the number of probes in eS.

Details

Value

Returns an expression set with the same vlist as eS, but only n probes chosen at random.

Note

Author(s)

John Tillinghast

References

See Also

Examples


data(sample.eS)
randeS (sample.eS, 100) -> sample.100.eS


[Package LMGene version 1.5 Index]