splitAndCombine: fast estabolish the mapping relation between two element

Description Usage Arguments Value Examples

Description

fast estabolish the mapping relation between two element

Usage

1
splitAndCombine(gene, rxn, sep0)

Arguments

gene

vetor

rxn

vector

sep0

string

Value

a dataframe

Examples

1
2
3
gene <- c('a&b','c')
rxn <- c('r1','r2')
splitAndCombine(gene, rxn, sep0="&")

hongzhonglu/hongR documentation built on May 15, 2019, 10:01 p.m.