hmmer_evalues_cleveland_dot_plot: A Cleveland dot plot with the evalues of the domains and...

View source: R/hmmer_evalues_cleveland_dot_plot.R

hmmer_evalues_cleveland_dot_plotR Documentation

A Cleveland dot plot with the evalues of the domains and sequences.

Description

A Cleveland dot plot with the evalues of the domains and sequences.

Usage

hmmer_evalues_cleveland_dot_plot(data, threshold = 0.001)

Arguments

data

A Data Frame obtained with HMMERutils

threshold

A numeric vector of one with a maximum allowed value of evalue to draw a line.

Value

A ggplot2 object.

Examples

data("phmmer_2abl")

hmmer_evalues_cleveland_dot_plot(
    phmmer_2abl,
    threshold = 0.001
)


currocam/utilsHMMER documentation built on Feb. 19, 2023, 9:54 p.m.