summary.tbl_deepredeff: Get the summary of the prediction results

Description Usage Arguments Examples

View source: R/tbl_deepredeff.R

Description

Get the summary of the prediction results

Usage

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

Arguments

object

Results of prediction from deepredeff::predict_effector().

...

Additional arguments ignored.

Examples

1
2
3
4
5
6
7
8
9
# 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)

deepredeff documentation built on July 16, 2021, 5:07 p.m.