Description Usage Arguments Value Examples
View source: R/plot_read_content.R
Plot the per position nucleotide content.
1 | plot_read_content(read_content, output_file = NA)
|
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. |
ggplot line plot of all nucleotide content inclding A, T, G, C and N
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.