\name{interactions} \alias{interactions} \title{A function that obtains the interaction information from the IntAct repository.} \description{ The \code{interactions} function takes a interactionEntry class and returns all the interactions parsed from the PSI-25MI file upon which the interactionEntry class is based. } \usage{ interactions(x) } \arguments{ \item{x}{An interactionEntry class.} } \value{ A list of intactInteraction objects. The intactInteraction objects contain information about the experiment, the interaction type, the author's confident value, and the bait and prey proteins.} \references{The IntAct Database \url{http://www.ebi.ac.uk/intact/site/contents/downloads.jsf}.} \author{T Chiang} \seealso{\code{\link{interactionEntry-class}}} \examples{ # parse complex data } \keyword{ models }