View source: R/data_utility_FBN.R
randomGenerateBinary | R Documentation |
A method to generate binary data randomly
randomGenerateBinary(genelist = c(), maxState = 0)
genelist |
An vector of genes |
maxState |
that should be less that 2^length(genelist) |
individualgenes<-c('a','b','c')
testdata2 <- randomGenerateBinary(individualgenes,maxState = 4)
testdata2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.