fastqc | R Documentation |
Run FASTQC on fastq files.
fastqc( files, outdir = file.path(tempdir(), "EpiPrepare_results", "fastqc"), dir = file.path(tempdir(), "fastqc_temp"), format = "fastq", threads = 1, background = FALSE, force_new = FALSE, return_all = FALSE, conda_env = "epiprepare", verbose = TRUE, ... )
files |
Paths to files of the type specified in |
outdir |
Create all output files in the specified output directory. Please note that this directory must exist as the program will not create it. If this option is not set then the output file for each sequence file is created in the same directory as the sequence file which was processed. |
dir |
Selects a directory to be used for temporary files written when generating report images. Defaults to system temp directory if not specified. |
format |
Bypasses the normal sequence file format detection and forces the program to use the specified format. Valid formats are bam,sam,bam_mapped,sam_mapped and fastq. |
threads |
Specifies the number of files which can be processed simultaneously. Each thread will be allocated 250MB of memory so you shouldn't run more threads than your available memory will cope with, and not more than 6 threads on a 32 bit machine. |
force_new |
If FASTQ results for these files already exist,
overwrite them (default: |
return_all |
Return all FASTQ results located in the |
verbose |
Print messages. |
... |
Additional string arguments to be passed to |
ex |
Path to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.