findEntry {ibh} | R Documentation |
Find the index of an entry in an interaction list, used mostly for internal purposes
findEntry(interactionList, name)
interactionList |
list of interactions |
name |
name to be searched in the interaction list |
an integer that is the index of name in the interaction list
require(simpIntLists) data(ArabidopsisBioGRIDInteractionEntrezId) findEntry(ArabidopsisBioGRIDInteractionEntrezId, 832179)