Description Usage Arguments Value Examples
This *creates* an EMPTY MMDIT database
1 |
path |
a directory (e.g., data) |
dbFilename |
(e.g., mmdit.sqlite3) |
overwrite |
(if there's already a file with that name, should I overwrite it?) and creates a database with the requisite tables in it if overwrite is FALSE, then it won't overwrite an existing database in that path. otherwise, it will clobber what was there (use overwrite=TRUE with caution!!) |
the handle to the database (throughout all other documentation, this is db)
1 2 3 4 5 6 7 8 | ## Not run:
# Make a new MMDIT database...
db <- makeDB(dataDir, dbName, overwrite=TRUE )
# add the reference genome (can be only 1)
loadReferenceGenome(db, paste(dataDir, refGenome, sep="/") )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.