Description Usage Arguments Details Value Author(s)
These functions connect to the database containing the information from miRTarBase or to the mirbase database (provided by mirbase.db package).
1 2 3 | mtiDB(x, v = TRUE )
getMtiCon( x, v=FALSE )
getMirbaseCon()
|
x |
Optional. The file name of the SQLite3 database file. |
v |
Verbosity. If TRUE prints additional informations. |
mtiDB
creates a new database connection each time it is
called. Thus, the function getMtiCon
, that only creates a
new connection if none is available, should be used instead.
A connection object to the database.
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.