-
Notifications
You must be signed in to change notification settings - Fork 0
/
multiqc_config.yaml
65 lines (60 loc) · 1.86 KB
/
multiqc_config.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
custom_data:
scChIPseq_general_table:
id: 'scChIPseq_general_table'
file_format: 'csv'
section_name: 'General Stats'
plot_type: 'table'
pconfig:
id: 'scChIPseq_barcode_plot'
title: 'Barcode Mapping'
cpswitch_counts_label': 'Number of Reads'
headers:
'%Aligned':
description: '% Aligned'
format: '{:,.0f}'
max: 100
min: 0
suffix: '%'
scale: 'YlGn'
'%Aligned_Barcoded':
description: '% Aligned and Barcoded'
format: '{:,.0f}'
max: 100
min: 0
suffix: '%'
scale: 'YlGn'
'%Unique_Reads':
description: '% Unique Reads'
format: '{:,.0f}'
max: 100
min: 0
suffix: '%'
scale: 'YlGn'
scChIPseq_barcode:
id: 'scChIPseq_barcode'
file_format: 'csv'
description: '{desc}'
section_name: 'Barcode Matching'
plot_type: 'bargraph'
pconfig:
id: 'scChIPseq_barcode_plot'
title: 'Barcode Mapping'
ylab: '# Reads'
cpswitch_counts_label': 'Number of Reads'
scChIPseq_alignments:
id: 'scChIPseq_alignments'
file_format: 'csv'
section_name: Alignment Scores'
plot_type: 'bargraph'
pconfig:
id: 'scChIPseq_alignments_plot'
title: 'scChIPseq: Barcode Mapping'
ylab: '# Reads'
cpswitch_counts_label': 'Number of Reads'
sp:
scChIPseq_general_table:
fn: '*scChIPseq_table.csv'
scChIPseq_barcode:
fn: '*scChIPseq_barcode.csv'
scChIPseq_alignments:
fn: '*scChIPseq_alignments.csv'