View source: R/hmmer_evalues_cleveland_dot_plot.R
hmmer_evalues_cleveland_dot_plot | R Documentation |
A Cleveland dot plot with the evalues of the domains and sequences.
hmmer_evalues_cleveland_dot_plot(data, threshold = 0.001)
data |
A Data Frame obtained with HMMERutils |
threshold |
A numeric vector of one with a maximum allowed value of evalue to draw a line. |
A ggplot2 object.
data("phmmer_2abl") hmmer_evalues_cleveland_dot_plot( phmmer_2abl, threshold = 0.001 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.