-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
58 lines (51 loc) · 1.21 KB
/
_pkgdown.yml
File metadata and controls
58 lines (51 loc) · 1.21 KB
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
url: https://barreiro-r.github.io/fastqc-viz/
template:
bootstrap: 5
reference:
- title: "FastQC parsing"
desc: >
Functions to parse the original FastQC.
contents:
- parse_fastqc
- separate_modules
- module_content_to_tibble
- title: "Create HTML file"
desc: >
Functions to create the HTML file.
contents:
- create_fastqcviz_report
- create_all_plots
- title: "Create HTML elements"
desc: >
Functions to create the HTML elements.
contents:
- create_header
- plot_basic_statistics
- plot_overrepresented_sequences
- plot_status_summary
- status_to_pill
- title: "Plot functions"
desc: >
Functions to create the plots for the FastQC report.
contents:
- plot_adapter_content
- plot_per_base_n_content
- plot_per_base_sequence_quality
- plot_per_sequence_gc_content
- plot_per_sequence_quality_scores
- plot_sequence_duplication_levels
- plot_sequence_length_distribution
- title: "Styling"
desc: >
Functions to style the plots.
contents:
- theme_set_fastqcviz
- get_color_palette
- title: "Other functions"
contents:
- format_large_numbers
- process_gc_data
- add_all_plots_list
- title: "Decrepated functions"
contents:
- status_to_pill