README 784 B

123456789101112131415161718
  1. FastQC: A quality control tool for high throughput sequence data
  2. FastQC aims to provide a simple way to do some quality control checks
  3. on raw sequence data coming from high throughput sequencing pipelines.
  4. It provides a modular set of analyses which you can use to give a
  5. quick impression of whether your data has any problems of which you
  6. should be aware before doing any further analysis.
  7. The main functions of FastQC are
  8. - Import of data from BAM, SAM or FastQ files (any variant)
  9. - Providing a quick overview to tell you in which areas there may be
  10. problems
  11. - Summary graphs and tables to quickly assess your data
  12. - Export of results to an HTML based permanent report
  13. - Offline operation to allow automated generation of reports without
  14. running the interactive application