Description Usage Arguments Value Examples
View source: R/general_function.R
Get multiple mapping results for one element
1 | getMultipleMatchParameter(description, reaction, ko)
|
description |
A vector contains the description for each element from 'reaction' |
reaction |
A vector contrains the element been mapped |
ko |
A vector contains the element need mapping |
A vector, which contains several mapping results seperated by ";"
1 2 3 4 | w <- 1:6
v <- c('z','a','b','a','b', 'e')
testData <- c('a','b','g')
getMultipleMatchParameter(w,v,testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.