predict.sighsmm_model {signalHsmm} | R Documentation |
Predict sighsmm_model object
Description
Predicts the presence of signal peptides using signalHsmm models.
Usage
## S3 method for class 'sighsmm_model'
predict(object, newdata, ...)
Arguments
object |
|
newdata |
unknown sequence of class |
... |
further arguments passed to or from other methods. |
Examples
#remember to remove it
## Not run:
pos_train_ultrahard <- read_uniprot("pos_ultrahard_data.txt", euk = TRUE)
model1 <- train_hsmm(pos_train_ultrahard, aa_group = aaaggregation)
predict(model1, benchmark_dat[1L:5])
## End(Not run)
[Package signalHsmm version 1.5 Index]