View source: R/tbl_deepredeff.R
plot.tbl_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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.