R/rndExpandedGOProfile.R

Defines functions `rndExpandedGOProfile`

`rndExpandedGOProfile` <-
function(p, n, generator = multinomial(n=n, p=p), ssize=1) {
    as.ExpandedGOProfile(t(generate.multinomial(generator, ssize=ssize)))
}

Try the goProfiles package in your browser

Any scripts or data that you put into this service are public.

goProfiles documentation built on Nov. 8, 2020, 8:12 p.m.