Skip to contents

Generates an interactive plot with sequence throughput during time filtered by pass/fail status.

Usage

plot_seq_throughput(seq_summary)

Arguments

seq_summary

A dataframe containing the sequencing summary

Value

plotly object

Examples

if (FALSE) { # \dontrun{
plot_seq_throughput(sample_data)
} # }