fastqc.file | R Documentation |
Running FASTQC for a file.
fastqc.file(input_file, threads = 4)
input_file |
A FASTQ file path |
threads |
The number of threads will be used in FASTQC |
It returns a path to the QC file.
input_file <- system.file("extdata", "test_data", "fastq", "example.fastq.gz", package="TraceQC") fastqc.file(input_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.