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
|
\name{AnnDbPkg-checker}
\alias{AnnDbPkg-checker}
\alias{checkMAPCOUNTS}
\title{Check the SQL data contained in an SQLite-based annotation package}
\description{
Check the SQL data contained in an SQLite-based annotation package.
}
\usage{
checkMAPCOUNTS(pkgname)
}
\arguments{
\item{pkgname}{
The name of the SQLite-based annotation package to check.
}
}
\author{H. Pagès}
\seealso{
\code{\link[AnnotationForge:AnnDbPkg-maker]{AnnDbPkg-maker}}
}
\examples{
checkMAPCOUNTS("org.Sc.sgd.db")
}
\keyword{utilities}
|