Nothing
### =========================================================================
### atoiindex program
### -------------------------------------------------------------------------
###
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### High-level wrapper
###
atoiindex <- function(db, use_snps = NULL) {
if (!is(db, "GmapGenome"))
stop("'db' must be a GmapGenome object")
.atoiindex(genome(db), directory(db), directory(db), use_snps = use_snps)
}
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Low-level wrapper
###
.atoiindex <- function(db = "hg19", sourcedir = NULL, destdir = NULL,
use_snps = NULL)
{
### TODO: assertions
.system(commandLine("atoiindex"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.