findEntry {ibh}R Documentation

Find the index of an entry in an interaction list

Description

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

Usage

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

	require(simpIntLists)
	data(ArabidopsisBioGRIDInteractionEntrezId)
	findEntry(ArabidopsisBioGRIDInteractionEntrezId, 832179)
  

[Package ibh version 1.42.0 Index]