Description Usage Arguments Value Examples
fast estabolish the mapping relation between two element
1 | splitAndCombine(gene, rxn, sep0)
|
gene |
vetor |
rxn |
vector |
sep0 |
string |
a dataframe
1 2 3 | gene <- c('a&b','c')
rxn <- c('r1','r2')
splitAndCombine(gene, rxn, sep0="&")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.