Description Usage Arguments Value Slots See Also
The ModifierMLkeras class extends the virtual class
ModifierMLModel and unifies the access to Keras machine
learning models used in the detection of post-transcriptional modifications
in RNA sequencing data. The ModifierMLkeras class is virtual itself
and must be extended from for each individual machine learning model.
The ModifierMLkeras class extends the virtual class
ModifierMLModel and unifies the access to Keras machine
learning models used in the detection of post-transcriptional modifications
in RNA sequencing data. The ModifierMLkeras class is virtual itself
and must be extended from for each individual machine learning model.
Since a stored model needs to be loaded from file, the additional slot
modelFile is used and can be accessed through a function of the same
name. Upon creation of a ModifierMLkeras object, the model is loaded
from file, if modelFile is not an empty character value and a valid
file name.
1 2 | ## S4 method for signature 'ModifierMLkeras,ModifierML'
useModel(x, y)
|
x |
a |
y |
a |
a ModifierMLkeras object
modelFilea character vector of length == 1L, which describes
a model to load via load_model_hdf5.
The model is then stored in the model slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.