R/summary_reads.R
summary_reads.Rd
Still in dev, but work nicely. Summarise the reads for indel and GC content and produce the read depth plot
summary_reads( fq.files, output.dir = NULL, read.depth.plot = TRUE, min.coverage.fig = 7L, parallel.core = parallel::detectCores() - 1 )
fq.files | (character, path) The path to the individual fastq file to check, or the entire fq folder. |
---|---|
output.dir | (path) Write the output in a specific directory.
Default: |
read.depth.plot | (logical) To get the interesting summaries on
the read content, the function is very close to similar to
|
min.coverage.fig | (character, path). Minimum coverage used to draw the
color on the figure.
Default: |
parallel.core | (integer) Enable parallel execution with the number of threads.
Default: |
The function returns the read depth groups plot and the read stats overall and by read depth groups.