findEntry: Find the index of an entry in an interaction list

Description Usage Arguments Value Examples

View source: R/ibh.R

Description

Find the index of an entry in an interaction list, used mostly for internal purposes

Usage

1
findEntry(interactionList, name)

Arguments

interactionList

list of interactions

name

name to be searched in the interaction list

Value

an integer that is the index of name in the interaction list

Examples

1
2
3
4
	require(simpIntLists)
	data(ArabidopsisBioGRIDInteractionEntrezId)
	findEntry(ArabidopsisBioGRIDInteractionEntrezId, 832179)
  

ibh documentation built on Nov. 8, 2020, 7:49 p.m.