Learn R Programming

deepredeff (version 0.1.1)

plot.tbl_deepredeff: Plot the results of prediction

Description

Plot the results of prediction

Usage

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

Arguments

x

tbl_deepredeff object

...

additional arguments ignored.

Value

class distribution plot

Examples

Run this code
# NOT RUN {
# 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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab