View source: R/functions_plot.R
plot_fq_dt | R Documentation |
plot_fq_dt
plot_fq_dt(fq_dt)
fq_dt |
output of |
a ggplot shoing read counts from fastq files
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.