View source: R/tbl_deepredeff.R
summary.tbl_deepredeff | R Documentation |
Get the summary of the prediction results
## S3 method for class 'tbl_deepredeff'
summary(object, ...)
object |
Results of prediction from deepredeff::predict_effector(). |
... |
Additional arguments ignored. |
# FASTA input
input_fasta <- system.file("extdata/example/fungi_sample.fasta", package = "deepredeff")
pred_result <- deepredeff::predict_effector(
input = input_fasta,
taxon = "fungi"
)
summary(pred_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.