Description Usage Arguments Note Author(s) Examples
View source: R/metaDataImport.R
data entry of table "experiment". Such meta information may include brief description of sample origin, biological treatment, extraction method, chromatography, ionization, polarity, collision energy and those might affect comparative analysis of iontrees. R default data editor was used to help provide necessary informaiton. SQlite database browsers are also freely available for different platforms.
1 | metaDataImport(dbname = "mzDB.db")
|
dbname |
database name |
A known issue: a call to use data editor (fix) might cause access violation, that was occasionally observed.
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 * FROM experiment")
#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.