plot_template_cvg_mismatches: Bar Plot of Template Coverage for Mismatches.

View source: R/plots_coverage.R

plot_template_cvg_mismatchesR Documentation

Bar Plot of Template Coverage for Mismatches.

Description

Creates a bar plot showing the coverage for every group of template sequences.

Usage

plot_template_cvg_mismatches(
  primer.df,
  template.df,
  groups = NULL,
  nfacets = 2
)

Arguments

primer.df

A Primers object.

template.df

A Templates object.

groups

Identifiers of template groups for which plot should be created. By default, groups is set to NULL such that all templates are considered.

nfacets

The number of facets columns to plot. By default, nfacets is set to 2.

Value

A plot showing the number of covered template sequences.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.