Description Usage Arguments Details
This function predict the pI from multiple sequences contained into dataframe.
1 | pISVMsequences(df = dataframe, model = "default", newModel = FALSE)
|
df |
The dataset with sequences. It must contains the variables: "calibrated", "expasy" and "aaindex". |
model |
The SVM-based model to be used in the prediction (use "default", "heller" or "branca" options) |
newModel |
A flag enabling the posibility to choose a new model to be used. |
By default, this method use a svm-model from the setting of the "model" parameter and keeping
the parameter "newModel" = FALSE. However, it is possible to build a new svm model from the current dataset
setting "newModel"=TRUE. To do it, The input dataframe must contains the variables requeried to train
a svm model: "calibrated", "expasy" and "aaindex".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.