View source: R/pctidInScoreIntervals.R
pctidInScoreIntervals | R Documentation |
Plot a histogram of pctid for the given family within family score intervals
pctidInScoreIntervals(
family_df,
family_name = NULL,
title = "",
scale_log = F,
bin_scores = T,
nucleotide = T,
keep_levels = F
)
family_df |
family data frame |
family_name |
name of the family (single value) |
title |
title of the plot |
scale_log |
if plot log scale (not implemented) |
bin_scores |
if split scores into bins for plotting |
nucleotide |
TRUE/FALSE if nt or aa plot should be made [TRUE] |
keep_levels |
TODO TRUE/FALSE should factor level of "family_name" be kept |
ggplot
pctidInScoreIntervals(ZOO, "Coronaviridae", title="Coronaviridae in ZOO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.