-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
106 lines (94 loc) · 2.51 KB
/
_pkgdown.yml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
title: isoorbi
url: https://isoorbi.isoverse.org
template:
bootstrap: 5
bootswatch: litera
bslib:
base_font: {google: "Roboto"}
development:
mode: auto
navbar:
title: isoorbi
type: default
left:
- text: Quick Start
href: articles/quick_start.html
- text: Shot Noise
href: articles/shot_noise.html
- text: Dual Inlet
href: articles/dual_inlet.html
- text: Flow Injection
href: articles/flow_injection.html
- text: IsoXL demo GUI
href: articles/isoxl_demo.html
- text: Reference
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/isoverse/isoorbi
reference:
- title: Core functions
desc: >
These core functions are essential to read and process isox data.
contents:
- orbi_find_isox
- orbi_read_isox
- orbi_define_basepeak
- orbi_summarize_results
- title: Define data blocks
desc: >
These functions are useful for annotating and processing `dual inlet` and `flow injection` data.
contents:
- orbi_define_block_for_flow_injection
- orbi_define_blocks_for_dual_inlet
- orbi_adjust_block
- orbi_segment_blocks
- orbi_get_blocks_info
- title: Curate data
desc: >
These functions handle data selection and flagging outliers.
contents:
- orbi_filter_isox
- orbi_flag_outliers
- orbi_flag_satellite_peaks
- orbi_flag_weak_isotopocules
- orbi_get_isotopocule_coverage
- title: Visualize data
desc: >
These functions help visualize what happens to the data during processing
contents:
- orbi_plot_satellite_peaks
- orbi_plot_isotopocule_coverage
- orbi_plot_raw_data
- orbi_add_blocks_to_plot
- orbi_default_theme
- title: Shot noise analysis
desc: >
These functions are available for analysis of shot noise in collected data and creating shot noise plots.
contents:
- orbi_analyze_shot_noise
- orbi_plot_shot_noise
- title: Export functions
desc: >
This function serves to export data to an Excel file.
contents:
- orbi_export_data_to_excel
- title: Other functions
desc: >
These functions are available to simplify or customize the data analysis.
contents:
- orbi_simplify_isox
- orbi_calculate_summarized_ratio
- title: Internal
desc: >
These functions are available to simplify or customize the data analysis.
contents:
- orbi_get_settings
- orbi_set_settings
- title: Deprecated functions
contents:
- orbi_filter_satellite_peaks
- orbi_filter_scan_intensity
- orbi_filter_weak_isotopocules
- orbi_filter_flagged_data
- orbi_calculate_ratios