predict_stability: Predict mRNA stability functional factory

View source: R/predict-stability.R

predict_stabilityR Documentation

Predict mRNA stability functional factory

Description

This function will generate a function that predicts the mRNA stability of the given species in the input sequences The prediction is generated with the model: mrna_stability_model. The output function will take as input a set of dna sequences (vector) these sequences should not contain repeated elements

Usage

predict_stability(specie)

Arguments

specie

character: one of human, mouse, fish, or xenopus

Value

numeric vector with predicted decay rate

Examples

predictor_fish <- predict_stability("fish")
some_seqs <- testing$coding[1:3]
predicted_stability <- predictor_fish(some_seqs)

santiago1234/iCodon documentation built on Nov. 2, 2023, 2:03 p.m.