plot_GC_content: Generate mean GC content histogram.

Description Usage Arguments Value Examples

View source: R/plot_GC_content.R

Description

Generate mean GC content histogram.

Usage

1
plot_GC_content(gc_df, output_file = NA)

Arguments

gc_df

the object that is the GC content vectors generated from GC content function

output_file

File to write plot to. Will not write to file if NA. Default NA.

Value

A histogram of mean GC content.

Examples

1
2
3
infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
gc_df<-GC_content(infile)
plot_GC_content(gc_df)

qckitfastq documentation built on Nov. 8, 2020, 5:24 p.m.