familyPctID | R Documentation |
Plot a histogram of percentage identity for a given family
familyPctID(
family_df,
family_name,
score_threshold = 0,
title = "",
x1 = 0,
x2 = 100,
log = F
)
family_df |
family data frame |
family_name |
name of the family |
score_threshold |
don't consider family hits with score below this value (0 by default) |
x1 |
left limit on x axis |
x2 |
right limit on x axis |
log |
log10 y axis or not (default F) |
ggplot
familyPctID(ZOO, "Coronaviridae", score_threshold = 50, title="", x1=75, x2=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.