\name{inducedGraph}

\alias{inducedGraph}
\alias{nodesInInducedGraph}



\title{ ~~function to do ... ~~ }
\description{
  TODO: Given a GO term (or a list of GO terms) this function is returning
  the subgraph induced by node.
}

\usage{
inducedGraph(dag, startNodes)
nodesInInducedGraph(dag, startNodes)
}

%- maybe also 'usage' for other objects documented here.

\arguments{
  \item{dag}{ ~~Describe \code{dag} here~~ }
  \item{startNodes}{ ~~Describe \code{startNodes} here~~ }
}

\details{
  ~~ If necessary, more details than the description above ~~
}

\value{
  An object of class \code{\link[graph]{graphNEL-class}} is returned.
}

\author{Adrian Alexa}

\seealso{
  \code{\link{topGOdata-class}},
  \code{\link{reverseArch}},
}

\examples{
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

}

\keyword{graphs}