plot_read_content: Plot the per position nucleotide content.

Description Usage Arguments Value Examples

View source: R/plot_read_content.R

Description

Plot the per position nucleotide content.

Usage

1

Arguments

read_content

Data frame produced by read_content function.

output_file

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

Value

ggplot line plot of all nucleotide content inclding A, T, G, C and N

Examples

1
2
3
4
infile <- system.file("extdata", "10^5_reads_test.fq.gz", package = "qckitfastq")
fseq <- seqTools::fastqq(infile,k=6)
read_content <- read_content(fseq)
plot_read_content(read_content)

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