1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
\name{runEnsDbApp}
\alias{runEnsDbApp}
\title{
Search annotations interactively
}
\description{
This function starts the interactive \code{EnsDb} shiny web application that
allows to look up gene/transcript/exon annotations from an \code{EnsDb}
annotation package installed locally.
}
\usage{
runEnsDbApp(...)
}
\arguments{
\item{...}{
Additional arguments passed to the \code{\link[shiny]{runApp}} function
from the \code{shiny} package.
}
}
\details{
The \code{shiny} based web application allows to look up any annotation
available in any of the locally installed \code{EnsDb} annotation packages.
}
\value{
If the button \emph{Return & close} is clicked, the function returns
the results of the present query either as \code{data.frame} or as
\code{GRanges} object.
}
\seealso{
\code{\link{EnsDb}}, \code{\link{genes}}
}
\author{
Johannes Rainer
}
\keyword{data}
\keyword{shiny}
|