Skip to contents

Create plot for "Per Sequence Quality Scores"

Usage

plot_per_sequence_quality_scores(fastqc_data, output_path = NULL)

Arguments

fastqc_data

parse_fastqc() output

output_path

character, path to save the .png file

Value

ggplot

Examples

theme_set_fastqcviz()
fastqc_data <- parse_fastqc(system.file("extdata", "SRR622457_2_fastqc.txt", package = "fastqcviz"))
plot_per_sequence_quality_scores(fastqc_data)