View source: R/data_utility_FBN.R
generateAllCombinationBinary | R Documentation |
Generate all combination of binary data based on an vector of genes
generateAllCombinationBinary(genelist = c(), begin = 1, last = 0)
genelist |
An vector of genes |
begin |
The begin index |
last |
The last index, the default is 0 means 2^length(genelist) |
individualgenes<-c('a','b','c')
testdata2 <- generateAllCombinationBinary(individualgenes)
testdata2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.