File: runEnsDbApp.Rd

package info (click to toggle)
r-bioc-ensembldb 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,764 kB
  • sloc: perl: 331; sh: 15; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (5)
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}