plot_amplicon {amplican}R Documentation

Plots amplicon sequence using ggplot2.

Description

Plots amplicon sequence using ggplot2.

Usage

plot_amplicon(amplicon, from, to)

Arguments

amplicon

(character) Sequence of the amplicon to plot.

from

(number) Minimum on x axis - start of the amplicon

to

(number) Maximum on x axis - not necessarily end of the amplicon

Value

(amplicon plot) ggplot2 object of amplicon plot


[Package amplican version 1.15.6 Index]