summary.tbl_deepredeff: Get the summary of the prediction results

View source: R/tbl_deepredeff.R

summary.tbl_deepredeffR 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)



ruthkr/deepredeff documentation built on Sept. 18, 2023, 4:25 a.m.