Description Usage Details Author(s) See Also Examples
This package contains the miRNA-target gene interactions (MTI) provided by the miRTarBase.
1 2 3 |
The MirtarbaseDb
object representing the
connection to the (internal) miRTarbase database. The
mirtarbase
always links to the most recent miRTarbase release
provided by the package (use listMirtarbaseReleases
function to list all provided releases).
Function to list all miRTarbase releases provided by the
package. Returns a data.frame
listing the variable name and
the corresponding version. The mirtarbase
variable always
links to the most recent release.
Johannes Rainer
mtis
, listSupportTypes
,
listSpecies
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Print some summary information for the database:
mirtarbase
## List all releases that are provided.
listMirtarbaseReleases()
## what type of object did we get?
class(mirtarbase)
## list all available evidence support types from the database
listSupportTypes(mirtarbase)
## list all species (for target genes):
listSpecies(mirtarbase)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.