powered by
run_fastqc HTML report of each fastq files using FastQC. You need to install FastQC from https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
run_fastqc
run_fastqc(destdir, fastq_dir, n_thread)
directory where all the results will be saved.
directory of the fastq files.
number of cores to use.
HTML report of the fastq files under fastqc directory.
# NOT RUN { fastq_dir=system.file("extdata","", package="GREP2") # } # NOT RUN { run_fastqc(destdir=tempdir(),fastq_dir=fastq_dir, n_thread=2) # } # NOT RUN { # }
Run the code above in your browser using DataLab