Closed sorenwacker closed 5 years ago
Yes, it stands for quality control. I see the help is missing some information. An XML file is generated, but that is mostly for storing the data for application use. A CSV file is also created which contains the data in a more accessible format. The idea is you will use it with a series of files, most likely all the files from a run or a multi-run experiment. You can then visualize the performance metrics generated for all the files to see if and how these metrics are changing with time. We have an online app for viewing this data (https://rawtoolsqcdv.bcgsc.ca/), or it can easily be viewed in R, python, or excel.
That is very nice! What happens if the files I want to monitor are not all in the same directory? Can I pass multiple directories or would I pass one by one and add to the xml file?
You would need to pass the directories one by one. But you can keep referencing the same QC data directory (the -q argument), so the data will get added to the single xml and csv files.
RawTools has the option
qc
.Does it stand for quality control?