getSingleMatchParameter: Get single mapping result for one element

Description Usage Arguments Value Examples

View source: R/general_function.R

Description

Get single mapping result for one element

Usage

1
getSingleMatchParameter(description, reaction, ko)

Arguments

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

Value

A vector

Examples

1
2
3
4
w <- 1:6
v <- c('z','a','b','a','b', 'e')
testData <- c('a','b','g')
getSingleMatchParameter(w,v,testData)

hongzhonglu/Yeastspot3D documentation built on March 28, 2020, 6:06 p.m.