plot.tbl_deepredeff: Plot the results of prediction

View source: R/tbl_deepredeff.R

plot.tbl_deepredeffR Documentation

Plot the results of prediction

Description

Plot the results of prediction

Usage

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

Arguments

x

tbl_deepredeff object

...

additional arguments ignored.

Value

class distribution plot

Examples


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



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