Description Usage Arguments Value Author(s) Examples
object of MirnaDb
class holds the sqlite database
connection, and extends AnnotationDb
class from AnnotationDbi
package. columns
, keys
, keytypes
and select
methods allow access to database tables and retrieval of miRNA target
information.
select
is the most important method, allows querying the
database for predictions from a specific source and species for a
given miRNA
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | columns(x)
keytypes(x)
keys(x, keytype, ...)
select(x, keys, columns, keytype, ...)
## S4 method for signature 'MirnaDb'
columns(x)
## S4 method for signature 'MirnaDb'
keytypes(x)
## S4 method for signature 'MirnaDb'
keys(x, keytype, ...)
## S4 method for signature 'MirnaDb'
select(x, keys, columns, keytype, ...)
|
x |
the |
keytype |
the keytype that matches the keys used; the table in which the search should be performed. |
... |
any optional arguments |
keys |
the key to select records for from the database - miRNA name;
all possible keys (miRNAs) are returned by using the |
columns |
in this case same as |
string vectors, for select
a data.frame with target
genes and scores
Maciej Pajak m.pajak@sms.ed.ac.uk
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.