Description Usage Arguments Value Examples
View source: R/general_function.R
Get single mapping result for one element
1 | getSingleMatchParameter(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
1 2 3 4 | w <- 1:6
v <- c('z','a','b','a','b', 'e')
testData <- c('a','b','g')
getSingleMatchParameter(w,v,testData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.