Learn R Programming

deepredeff (version 0.1.1)

summary.tbl_deepredeff: Get the summary of the prediction results

Description

Get the summary of the prediction results

Usage

# S3 method for tbl_deepredeff
summary(object, ...)

Arguments

object

Results of prediction from deepredeff::predict_effector().

...

Additional arguments ignored.

Examples

Run this code
# NOT RUN {
# 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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab