plot.tbl_deepredeff {deepredeff} | R Documentation |
Plot the results of prediction
## S3 method for class 'tbl_deepredeff'
plot(x, ...)
x |
tbl_deepredeff object |
... |
additional arguments ignored. |
class distribution plot
# 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)