STAR.multiQC: Create STAR multiQC plot and table

View source: R/STAR_multiQC.R

STAR.multiQCR Documentation

Create STAR multiQC plot and table

Description

Takes a folder with multiple Log.final.out files from STAR, and create a multiQC report

Usage

STAR.multiQC(folder, type = "aligned", plot.ext = ".pdf")

Arguments

folder

path to LOGS folder of ORFik STAR runs. Can also be the path to the aligned/ (parent directory of LOGS), then it will move into LOG from there. Only if no files with pattern Log.final.out are found in parent directory. If no LOGS folder is found it can check for a folder /aligned/LOGS/ so to go 2 folders down.

type

a character path, default "aligned". Which subfolder to check for. If you want log files for contamination do type = "contaminants_depletion"

plot.ext

character, default ".pdf". Which format to save QC plot. Alternative: ".png".

Value

a data.table with all information from STAR runs, plot and data saved to disc. Named: "/00_STAR_LOG_plot.pdf" and "/00_STAR_LOG_table.csv"

See Also

Other STAR: STAR.align.folder(), STAR.align.single(), STAR.allsteps.multiQC(), STAR.index(), STAR.install(), STAR.remove.crashed.genome(), getGenomeAndAnnotation(), install.fastp()


Roleren/ORFik documentation built on April 25, 2024, 8:41 p.m.