Description Usage Arguments Value Author(s) Examples
Checks to see that the given packages contain all the necessary annotation environments to be usable by annaffy.
1 |
packages |
character vector containing package names to check |
lib.loc |
a character vector with path names of R libraries, or |
A logical vector indicating whether the packages contain annotation data.
Colin A. Smith, annaffy@colinsmith.org
1 2 3 | pkgnames <- installed.packages()[,"Package"]
pkgnames <- pkgnames[1:5]
pkgnames[is.annpkg(pkgnames)]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.