summary.tbl_deepredeff {deepredeff}R Documentation

Get the summary of the prediction results

Description

Get the summary of the prediction results

Usage

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

Arguments

object

Results of prediction from deepredeff::predict_effector().

...

Additional arguments ignored.

Examples


# 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)



[Package deepredeff version 0.1.1 Index]