Description Usage Arguments Note Author(s) Examples
import iontree object into table "mz" in the database
1 |
iontree |
|
dbname |
database name |
exp.id |
id in table of experiment |
see vignette for an example of batch loading
Mingshu Cao
1 2 3 4 5 6 7 | #to check information just loaded
#db=dbConnect(dbDriver("SQLite"), dbname="mzDB.db")
#dbListTables(db)
#q1=dbSendQuery(db, "SELECT mz, rt, ms2 FROM mz")
#fetch(q1, n=-1)
#dbClearResult(q1)
#dbDisconnect(db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.