FastQC-viz: Plot Sequence Length Distribution
Source:R/plot_sequence_length_distribution.R
plot_sequence_length_distribution.Rd
Create plot for "Sequence Length Distribution"
Arguments
- fastqc_data
parse_fastqc()
output- output_path
character, path to save the .png file
Examples
theme_set_fastqcviz()
fastqc_data <- parse_fastqc(system.file("extdata", "SRR622457_2_fastqc.txt", package = "fastqcviz"))
plot_sequence_length_distribution(fastqc_data)