Description Usage Arguments Details See Also Examples
takes fastq.gz file present within the data folder as input and provides the user with various graph related to the quality of the reads
1 2 |
samples |
It reads a random sample from files if this parameter is TRUE. |
no |
Number of sequences to read from each input file. This represents sample size if 'sample' parameter is TRUE, if not represents the chunk size to read on each iteration. Default is read a sample of one million sequences from each input file. |
groups |
group name for each input file. |
tops |
number of top over-represented reads. Default is 10 reads. |
pairs |
combination of files for paired-end reads. By default, all input files are treated as single-end. For paired-end, please define a vector of numbers where two index with the same value represent a pair. Examples, single-end c(1,2,3,4) and paired-end c(1,1,2,2). |
worker |
number of parallel workers.Default is 1. |
Multiple input files present in the folder data of the workspace are processed in parallel using the function of Rqc. The result generated is saved in folder results/QC-report. All the images generated are stored in jpeg format and also a html report is also generated that can be opened in browser for analysis.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.