\name{complexes}
\alias{complexes}
\title{A function that obtains the complex information from the IntAct
	 Curated Protein Complexes}
\description{
The \code{complexes} function takes a complexEntry class and returns the
proteins which were found to be curated in some protein complex.
}
\usage{
complexes(x)
}
\arguments{
  \item{x}{A complexEntry class.}
  }
\value{
A character vectors. The name of the proteins which were curated in some protein
complex.}
\references{The IntAct Database \url{http://www.ebi.ac.uk/intact/site/contents/downloads.jsf}.}
\author{T Chiang}

\seealso{\code{\link{complexEntry-class}}}

\examples{
# parse complex data
}
\keyword{ models }