A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.
Report
generated on 2024-04-04, 14:06
based on data in:
/proj/nobackup/sens2022541/esmee/qc
General Statistics
Showing 16/16 rows and 11/14 columns.Sample Name | Mean Cov. | Vars | SNP | Indel | Ts/Tv | % Dups | % GC | Read Length | M Seqs | % Phased Variants | Avg bp per Block |
---|---|---|---|---|---|---|---|---|---|---|---|
P1 |
26.5X
|
4 734 962
|
3 962 372
|
780 025
|
1.96
|
1.5%
|
40%
|
12 307 bp
|
6.7
|
73%
|
154 502
|
P10 |
20.1X
|
4 651 202
|
3 927 132
|
731 704
|
1.97
|
1.3%
|
40%
|
9 849 bp
|
6.4
|
71%
|
105 913
|
P11 |
27.4X
|
5 379 210
|
4 438 162
|
950 953
|
1.79
|
1.7%
|
40%
|
15 664 bp
|
5.4
|
73%
|
177 608
|
P12 |
24.9X
|
5 333 700
|
4 417 822
|
925 560
|
1.78
|
1.1%
|
40%
|
18 688 bp
|
4.2
|
70%
|
253 816
|
P13 |
35.5X
|
5 433 028
|
4 477 543
|
965 080
|
1.79
|
0.8%
|
40%
|
17 835 bp
|
6.2
|
73%
|
284 022
|
P2 |
31.7X
|
4 812 148
|
4 010 785
|
808 517
|
1.96
|
1.6%
|
40%
|
14 896 bp
|
6.6
|
72%
|
224 639
|
P3 |
27.5X
|
4 760 088
|
3 979 135
|
787 915
|
1.96
|
1.6%
|
40%
|
12 563 bp
|
6.8
|
72%
|
199 989
|
P4 |
21.2X
|
4 673 347
|
3 944 661
|
736 234
|
1.97
|
1.5%
|
40%
|
11 233 bp
|
5.9
|
73%
|
128 917
|
P5 |
22.7X
|
4 723 037
|
3 966 066
|
764 568
|
1.97
|
2.8%
|
40%
|
9 567 bp
|
7.4
|
73%
|
146 562
|
P6 |
19.9X
|
4 710 397
|
3 977 163
|
740 120
|
1.98
|
2.2%
|
40%
|
8 343 bp
|
7.5
|
73%
|
93 446
|
P7.1 |
31.7X
|
4 826 412
|
4 020 225
|
813 765
|
1.96
|
1.7%
|
40%
|
14 265 bp
|
6.9
|
73%
|
197 182
|
P7.2 |
25.2X
|
4 717 344
|
3 956 362
|
768 122
|
1.96
|
1.6%
|
40%
|
12 277 bp
|
6.4
|
72%
|
174 239
|
P7.3 |
25.2X
|
4 773 762
|
4 005 810
|
775 855
|
1.96
|
2.2%
|
40%
|
12 284 bp
|
6.4
|
72%
|
172 508
|
P8.1 |
32.1X
|
4 797 782
|
3 993 974
|
810 992
|
1.96
|
1.6%
|
40%
|
15 104 bp
|
6.6
|
73%
|
143 003
|
P8.2 |
31.0X
|
4 774 075
|
3 983 172
|
798 315
|
1.96
|
1.3%
|
40%
|
17 612 bp
|
5.5
|
72%
|
190 729
|
P9 |
27.5X
|
4 726 621
|
3 950 770
|
782 583
|
1.96
|
1.6%
|
40%
|
13 285 bp
|
6.5
|
73%
|
154 254
|
Bcftools
Bcftools contains utilities for variant calling and manipulating VCFs and BCFs.DOI: 10.1093/gigascience/giab008.
Variant Substitution Types
Variant Quality
Indel Distribution
Variant depths
Read depth support distribution for called variants
FastQC
FastQC is a quality control tool for high throughput sequence data, written by Simon Andrews at the Babraham Institute in Cambridge.
Sequence Counts
Sequence counts for each sample. Duplicate read counts are an estimate only.
This plot show the total number of reads, broken down into unique and duplicate if possible (only more recent versions of FastQC give duplicate info).
You can read more about duplicate calculation in the FastQC documentation. A small part has been copied here for convenience:
Only sequences which first appear in the first 100,000 sequences in each file are analysed. This should be enough to get a good impression for the duplication levels in the whole file. Each sequence is tracked to the end of the file to give a representative count of the overall duplication level.
The duplication detection requires an exact sequence match over the whole length of the sequence. Any reads over 75bp in length are truncated to 50bp for this analysis.
Sequence Quality Histograms
The mean quality value across each base position in the read.
To enable multiple samples to be plotted on the same graph, only the mean quality scores are plotted (unlike the box plots seen in FastQC reports).
Taken from the FastQC help:
The y-axis on the graph shows the quality scores. The higher the score, the better the base call. The background of the graph divides the y axis into very good quality calls (green), calls of reasonable quality (orange), and calls of poor quality (red). The quality of calls on most platforms will degrade as the run progresses, so it is common to see base calls falling into the orange area towards the end of a read.
Per Sequence Quality Scores
The number of reads with average quality scores. Shows if a subset of reads has poor quality.
From the FastQC help:
The per sequence quality score report allows you to see if a subset of your sequences have universally low quality values. It is often the case that a subset of sequences will have universally poor quality, however these should represent only a small percentage of the total sequences.
Per Base Sequence Content
The proportion of each base position for which each of the four normal DNA bases has been called.
To enable multiple samples to be shown in a single plot, the base composition data is shown as a heatmap. The colours represent the balance between the four bases: an even distribution should give an even muddy brown colour. Hover over the plot to see the percentage of the four bases under the cursor.
To see the data as a line plot, as in the original FastQC graph, click on a sample track.
From the FastQC help:
Per Base Sequence Content plots out the proportion of each base position in a file for which each of the four normal DNA bases has been called.
In a random library you would expect that there would be little to no difference between the different bases of a sequence run, so the lines in this plot should run parallel with each other. The relative amount of each base should reflect the overall amount of these bases in your genome, but in any case they should not be hugely imbalanced from each other.
It's worth noting that some types of library will always produce biased sequence composition, normally at the start of the read. Libraries produced by priming using random hexamers (including nearly all RNA-Seq libraries) and those which were fragmented using transposases inherit an intrinsic bias in the positions at which reads start. This bias does not concern an absolute sequence, but instead provides enrichement of a number of different K-mers at the 5' end of the reads. Whilst this is a true technical bias, it isn't something which can be corrected by trimming and in most cases doesn't seem to adversely affect the downstream analysis.
Rollover for sample name
Per Sequence GC Content
The average GC content of reads. Normal random library typically have a roughly normal distribution of GC content.
From the FastQC help:
This module measures the GC content across the whole length of each sequence in a file and compares it to a modelled normal distribution of GC content.
In a normal random library you would expect to see a roughly normal distribution of GC content where the central peak corresponds to the overall GC content of the underlying genome. Since we don't know the the GC content of the genome the modal GC content is calculated from the observed data and used to build a reference distribution.
An unusually shaped distribution could indicate a contaminated library or some other kinds of biased subset. A normal distribution which is shifted indicates some systematic bias which is independent of base position. If there is a systematic bias which creates a shifted normal distribution then this won't be flagged as an error by the module since it doesn't know what your genome's GC content should be.
Per Base N Content
The percentage of base calls at each position for which an N
was called.
From the FastQC help:
If a sequencer is unable to make a base call with sufficient confidence then it will
normally substitute an N
rather than a conventional base call. This graph shows the
percentage of base calls at each position for which an N
was called.
It's not unusual to see a very low proportion of Ns appearing in a sequence, especially nearer the end of a sequence. However, if this proportion rises above a few percent it suggests that the analysis pipeline was unable to interpret the data well enough to make valid base calls.
Sequence Length Distribution
The distribution of fragment sizes (read lengths) found. See the FastQC help
Sequence Duplication Levels
The relative level of duplication found for every sequence.
From the FastQC Help:
In a diverse library most sequences will occur only once in the final set. A low level of duplication may indicate a very high level of coverage of the target sequence, but a high level of duplication is more likely to indicate some kind of enrichment bias (eg PCR over amplification). This graph shows the degree of duplication for every sequence in a library: the relative number of sequences with different degrees of duplication.
Only sequences which first appear in the first 100,000 sequences in each file are analysed. This should be enough to get a good impression for the duplication levels in the whole file. Each sequence is tracked to the end of the file to give a representative count of the overall duplication level.
The duplication detection requires an exact sequence match over the whole length of the sequence. Any reads over 75bp in length are truncated to 50bp for this analysis.
In a properly diverse library most sequences should fall into the far left of the plot in both the red and blue lines. A general level of enrichment, indicating broad oversequencing in the library will tend to flatten the lines, lowering the low end and generally raising other categories. More specific enrichments of subsets, or the presence of low complexity contaminants will tend to produce spikes towards the right of the plot.
Overrepresented sequences
The total amount of overrepresented sequences found in each library.
FastQC calculates and lists overrepresented sequences in FastQ files. It would not be possible to show this for all samples in a MultiQC report, so instead this plot shows the number of sequences categorized as over represented.
Sometimes, a single sequence may account for a large number of reads in a dataset. To show this, the bars are split into two: the first shows the overrepresented reads that come from the single most common sequence. The second shows the total count from all remaining overrepresented sequences.
From the FastQC Help:
A normal high-throughput library will contain a diverse set of sequences, with no individual sequence making up a tiny fraction of the whole. Finding that a single sequence is very overrepresented in the set either means that it is highly biologically significant, or indicates that the library is contaminated, or not as diverse as you expected.
FastQC lists all of the sequences which make up more than 0.1% of the total. To conserve memory only sequences which appear in the first 100,000 sequences are tracked to the end of the file. It is therefore possible that a sequence which is overrepresented but doesn't appear at the start of the file for some reason could be missed by this module.
Adapter Content
The cumulative percentage count of the proportion of your library which has seen each of the adapter sequences at each position.
Note that only samples with ≥ 0.1% adapter contamination are shown.
There may be several lines per sample, as one is shown for each adapter detected in the file.
From the FastQC Help:
The plot shows a cumulative percentage count of the proportion of your library which has seen each of the adapter sequences at each position. Once a sequence has been seen in a read it is counted as being present right through to the end of the read so the percentages you see will only increase as the read length goes on.
Status Checks
Status for each FastQC section showing whether results seem entirely normal (green), slightly abnormal (orange) or very unusual (red).
FastQC assigns a status for each section of the report. These give a quick evaluation of whether the results of the analysis seem entirely normal (green), slightly abnormal (orange) or very unusual (red).
It is important to stress that although the analysis results appear to give a pass/fail result, these evaluations must be taken in the context of what you expect from your library. A 'normal' sample as far as FastQC is concerned is random and diverse. Some experiments may be expected to produce libraries which are biased in particular ways. You should treat the summary evaluations therefore as pointers to where you should concentrate your attention and understand why your library may not look random and diverse.
Specific guidance on how to interpret the output of each module can be found in the relevant report section, or in the FastQC help.
In this heatmap, we summarise all of these into a single heatmap for a quick overview. Note that not all FastQC sections have plots in MultiQC reports, but all status checks are shown in this heatmap.
WhatsHap
WhatsHap is a program for phasing genomic variants using DNA sequencing reads, also called read-based phasing or haplotype assembly. It is especially suitable for long reads, but also works well with short reads. .DOI: 10.1101/085050.
Phased Basepairs per Sample
This plot show the total number of phased base pairs for each sample.
WhatsHap statistics
Sample Name | Input Variants | Heterozygous Variants | Heterozygous SNVs | Unphased Variants | Phased Variants | Phased SNVs | Blocks | Singletons | Total Phased bp | Avg Variants per Block |
---|---|---|---|---|---|---|---|---|---|---|
P1 |
8 399 992
|
3 998 842
|
3 386 868
|
1 098 817
|
2 899 625
|
2 428 554
|
14 795
|
400
|
2 286 016 550
|
196.0
|
P10 |
8 371 117
|
3 932 489
|
3 296 117
|
1 121 607
|
2 810 264
|
2 369 617
|
19 458
|
618
|
2 061 278 968
|
144.4
|
P11 |
8 517 248
|
3 990 645
|
3 378 682
|
1 093 468
|
2 896 788
|
2 426 079
|
12 868
|
389
|
2 285 997 852
|
225.1
|
P12 |
11 794 010
|
3 983 890
|
3 355 127
|
1 199 336
|
2 784 140
|
2 344 197
|
9 094
|
414
|
2 308 453 881
|
306.2
|
P13 |
8 277 689
|
3 973 846
|
3 386 757
|
1 085 043
|
2 888 522
|
2 410 445
|
8 166
|
281
|
2 320 176 451
|
353.7
|
P2 |
9 334 538
|
4 081 471
|
3 476 185
|
1 131 415
|
2 949 782
|
2 467 024
|
10 679
|
274
|
2 399 369 000
|
276.2
|
P3 |
9 623 910
|
3 891 691
|
3 301 293
|
1 102 310
|
2 788 927
|
2 339 109
|
10 986
|
454
|
2 197 477 003
|
253.9
|
P4 |
8 463 261
|
3 948 966
|
3 305 106
|
1 074 514
|
2 873 906
|
2 422 478
|
17 201
|
546
|
2 217 508 688
|
167.1
|
P5 |
8 071 102
|
3 977 162
|
3 352 502
|
1 061 862
|
2 914 865
|
2 449 539
|
15 517
|
435
|
2 275 368 827
|
187.8
|
P6 |
9 408 085
|
3 991 470
|
3 354 994
|
1 082 685
|
2 908 049
|
2 448 145
|
22 053
|
736
|
2 061 222 274
|
131.9
|
P7.1 |
8 468 683
|
3 993 618
|
3 394 477
|
1 067 240
|
2 926 084
|
2 443 413
|
11 971
|
294
|
2 361 254 066
|
244.4
|
P7.2 |
9 852 400
|
3 957 292
|
3 345 854
|
1 098 215
|
2 858 612
|
2 399 701
|
12 801
|
465
|
2 230 783 878
|
223.3
|
P7.3 |
8 442 695
|
4 031 774
|
3 404 992
|
1 113 614
|
2 917 802
|
2 449 542
|
13 475
|
358
|
2 324 887 113
|
216.5
|
P8.1 |
8 941 095
|
4 027 962
|
3 426 392
|
1 103 721
|
2 923 709
|
2 440 740
|
15 680
|
532
|
2 242 290 547
|
186.5
|
P8.2 |
8 968 841
|
4 040 205
|
3 433 058
|
1 124 541
|
2 915 287
|
2 435 940
|
12 313
|
377
|
2 348 445 872
|
236.8
|
P9 |
9 295 920
|
4 011 174
|
3 403 193
|
1 100 054
|
2 910 589
|
2 435 871
|
14 821
|
531
|
2 286 654 806
|
196.4
|