File: fastq_screen.md

package info (click to toggle)
multiqc 1.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 28,824 kB
  • sloc: python: 41,884; javascript: 4,651; sh: 74; makefile: 24
file content (26 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
Name: FastQ Screen
URL: http://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/
Description: >
  FastQ Screen allows you to screen a library of sequences in FastQ format
  against a set of sequence databases so you can see if the composition of
  the library matches with what you expect.
---

The FastQ Screen module parses results generated by
[FastQ Screen](http://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/),
a tool that allows you to screen a library of sequences in FastQ format
against a set of sequence databases so you can see if the composition of
the library matches with what you expect.

By default, the module creates a plot that emulates the FastQ Screen output
with blue and red stacked bars showing unique and multimapping read counts.
This plot only works for a handful of samples however, so if
`# samples * # organisms >= 160`, a simpler stacked barplot is shown. This
is also shown when generating flat-image plots.

To always show this style of plot, add the following line to a MultiQC config file:

```yaml
fastqscreen_simpleplot: true
```