plot_fq_dt: plot_fq_dt

Description Usage Arguments Value Examples

View source: R/functions_plot.R

Description

plot_fq_dt

Usage

1
plot_fq_dt(fq_dt)

Arguments

fq_dt

output of make_fq_dt

Value

a ggplot shoing read counts from fastq files

Examples

1
2
3
4
5
6
7
fq_files = dir("inst/extdata",
  pattern = "(fq$)|(fq.gz$)|(fastq$)|(fastq.gz$)",
  full.names = TRUE)
#no idea why this make_fq_dt example won't run
#fq_dt = make_fq_dt(fq_files,
#   fastq_names = c("4_reads_fq", "4_reads_gz", "5_reads_fq", "5_reads_gz"))
#plot_fq_dt(fq_dt)

jrboyd/seqqc documentation built on March 20, 2021, 2:04 p.m.