familyPctID: Plot a histogram of percentage identity for a given family

View source: R/familyPctID.R

familyPctIDR Documentation

Plot a histogram of percentage identity for a given family

Description

Plot a histogram of percentage identity for a given family

Usage

familyPctID(
  family_df,
  family_name,
  score_threshold = 0,
  title = "",
  x1 = 0,
  x2 = 100,
  log = F
)

Arguments

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)

Value

ggplot

Examples


familyPctID(ZOO, "Coronaviridae", score_threshold = 50, title="", x1=75, x2=100)


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