Description Usage Arguments Value Author(s)
Given a FASTA file of seed sequences of sRNA, we learn a set of models for prediction on the class of sRNAs which the seed sequences belong to.
1 | TrainModels(seed_sequences_fasta, n_models = 100, bootstrap_iterations = 1000)
|
seed_sequences_fasta |
The FASTA file containing the seed sequences. |
n_models |
The number of models to be learned. n_models must be greater than zero. |
bootstrap_iterations |
The number of iterations for bootstrapping. |
an object of class InvenireSRNA which has a data frame coefficients_4_features containing the coefficients of the Boltzmann Triplet features for bootstrap_iterations number of models trained for prediction.
An object with S3 class InvenireSRNA which contains the following elements:
coefficients_4_features a data frame containing the coefficients of the Boltzmann Triplet features for bootstrap_iterations number of models trained for prediction.
Carl Tony Fakhry , Kourosh Zarringhalam, Rahul Kulkarni and Ping Chen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.