Skip to content

Tools to read MultiQC outputs from FastQC, FastP, and FastQScreen

Notifications You must be signed in to change notification settings

cbirdlab/read_multiqc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

read_multiqc


R tools to read in the tidy MultiQC outputs from FastQC, FastP, and FastQScreen into a tibble

This script takes a directory and read into the enviornment Multiqc outputs from FastQC, FastP, and FastQScreen using the following functions.


read_multiqc_fastqc() - 3 arguments:

  • PATH_MQC_FQC = the path to the directory where multiqc outputs summary statistics. No default, user must provide an argument.
  • FILE1 = a file to be read in. By default this will be "multiqc_general_stats.txt". If of this file was altered FILE1 must be updated to the proper name.
  • FILE2 = a file to be read in. by default this will be "multiqc_fastqc.txt". If of this file was altered FILE1 must be updated to the proper name.
  • FILE3 = a file to be read in. by default this will be "mqc_fastqc_overrepresented_sequencesi_plot_1.txt". If of this file was altered FILE1 must be updated to the proper name.

read_multiqc_fastqc2() - 2 arguments:

  • PATH_MQC_FQC = the path to the directory where multiqc outputs summary statistics. No default, user must provide an argument.
  • FILE1 = a file to be read in. By default this will be "multiqc_general_stats.txt". If of this file was altered FILE1 must be updated to the proper name.
  • FILE2 = a file to be read in. by default this will be "multiqc_fastqc.txt". If of this file was altered FILE1 must be updated to the proper name.

read_multiqc_fastp() - 3 arguments:

  • PATH_MQC_FP = the path to the directory where multiqc outputs summary statistics. No default, user must provide an argument.
  • FILE1 = a file to be read in. By default this will be "multiqc_general_stats.txt". If of this file was altered FILE1 must be updated to the proper name.
  • FILE2 = a file to be read in. by default this will be "mqc_fastp_filtered_reads_plot_1.txt". If of this file was altered FILE1 must be updated to the proper name.

read_multiqc_fastqscreen() - 2 arguments:

  • PATH_MQC_FQS = the path to the directory where multiqc outputs summary statistics. No default, user must provide an argument.
  • FILE1 = a file to be read in. By default this will be "multiqc_fastq_screen.txt". If of this file was altered FILE1 must be updated to the proper name.

About

Tools to read MultiQC outputs from FastQC, FastP, and FastQScreen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages