scoreInPctidIntervals: Plot a histogram of family score for the given family within...

View source: R/scoreInPctidIntervals.R

scoreInPctidIntervalsR Documentation

Plot a histogram of family score for the given family within pctid score intervals

Description

Plot a histogram of family score for the given family within pctid score intervals

Usage

scoreInPctidIntervals(
  family_df,
  family_name = NULL,
  title = "",
  scale_log = F,
  bin_percent = T
)

Arguments

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_percent

if split percent_identity into bins for plotting

Value

ggplot

Examples


scoreInPctidIntervals(ZOO, "Coronaviridae", title="Coronaviridae in ZOO")


serratus-bio/tantalus documentation built on March 29, 2023, 9:39 p.m.