plot.tbl_deepredeff: Plot the results of prediction

Description Usage Arguments Value Examples

View source: R/tbl_deepredeff.R

Description

Plot the results of prediction

Usage

1
2
## S3 method for class 'tbl_deepredeff'
plot(x, ...)

Arguments

x

tbl_deepredeff object

...

additional arguments ignored.

Value

class distribution plot

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

plot(pred_result)

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