Description Classes Getter functions Algorithms Author(s) See Also Examples
This function returns an instance of a MiRNANAmeConverter class.
Handling mature miRNA names from different miRBase versions
This package contains algorithms for dealing with mature miRNA names
from different miRBase release versions. The functions are provided in form
of methods as part of the MiRNANameConverter
-class. The data of all
the miRBase release versions is stored in the miRBaseVersions.db
annotation package.
The MiRNAmeConverter package contains one class that has two
categories of functions: getters-functions and algorithms.
The MiRNANameConverter
The getter functions provide access to the slots of the class.
There are three algorithms for dealing with miRNA names from different
miRBase releases, the assessVersion
,
checkMiRNAName
and translateMiRNAName
.
translateMiRNAName
The algorithm coded in this function can translate given miRNA names to different miRBase release versions.
checkMiRNAName
This function is used to check if a given miRNA name is listed in the current miRBase release.
assessVersion
The assessVersion
-function is useful when one wants to assess the miRBase version of a given set of mature miRNA names.
Stefan Haunsberger stefanhaunsberger@rcsi.ie
miRBaseVersions.db for more information about the database holding all major miRBase release versions)
1 2 3 | # Translate a mature miRNA name to miRBase version 21.0
nc = MiRNANameConverter(); # Object instantiation
translateMiRNAName(nc, "hsa-miR-29a", version = 21.0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.