File: AnnDbPkg-checker.Rd

package info (click to toggle)
r-bioc-annotationdbi 1.68.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,476 kB
  • sloc: sql: 10,876; makefile: 3; sh: 2
file content (36 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
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}