Description Usage Arguments Details Value Note Author(s) Examples
create a package with a decomposed smlSet instance from a unified smlSet instance, to reduce memory footprints
1 2 3 4 5 | externalize(smlSet, packname,
author = "Replace Me <auth@a.b.com>",
maintainer = "Replace Me <repl@a.b.com>")
allsnps(packname)
|
smlSet |
an smlSet instance to be regarded as a source or template for a package that can be used with greater efficiency of access to genotype contents |
packname |
name of the package to be generated |
author |
string to be used in DESCRIPTION file of generated package |
maintainer |
string to be used in DESCRIPTION file of generated package |
The genotype content of the input smlSet is separated into separate RDA files
in the inst/parts folder of the package to be generated. The ExpressionSet element
of the input smlSet is stored as object ex
in file eset.rda
in the data folder of the package
to be generated.
creates folder structure and metadata for an installable R package
allsnps() gives the list of vectors of snpnames in use in the package
VJ Carey <stvjc@channing.harvard.edu>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.