Description Usage Arguments Value Examples
make_mgdb_sqlite
1 | make_mgdb_sqlite(db_name, db_file, taxa_tbl, seqs)
|
db_name |
reference database name |
db_file |
file path for sqlite database |
taxa_tbl |
data frame with database taxonomy data |
seqs |
database sequences, path to fasta file or DNAStringSet object |
writes SQLite file
1 2 3 4 5 6 7 | ## Not run:
make_mgdb_sqlite(db_name = "greengenes13.8_85",
db_file = db_file,
taxa_tbl = taxa_tbl,
seqs = seqs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.