This repository was archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_pkgdown.yml
More file actions
59 lines (59 loc) · 1.53 KB
/
_pkgdown.yml
File metadata and controls
59 lines (59 loc) · 1.53 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
59
reference:
- title: "Experiment planning"
desc: >
Function for simulating a binding curve while planning an experiment
contents:
- plan_experiment
- title: "FRET analysis"
desc: >
Function for inspecting and processing FRET data
contents:
- fret_inspect_raw_data
- fret_format_data
- fret_average_replicates
- fret_correct_signal
- title: "Fluorescence polarization and anisotropy analysis"
desc: >
Function for processing FP and FA data
contents:
- fp_format_data
- fp_inspect_raw_data
- fp_calculate_pola_aniso_int
- fp_average_replicates
- fp_use_signal
- title: "Curve fitting"
desc: >
Functions for fitting experimental data and making a final figure
contents:
- guess_parameters
- fit_binding_model
- make_figure
- title: "Equations"
desc: >
Definitions of binding model equations
contents:
- hyperbolic
- hill
- quadratic
- title: "Datasets"
desc: >
Example datasets
contents:
- fret_binding_data
- fp_binding_data
- title: "Internal functions"
desc: >
Internal functions and utilities
contents:
- load_data
- read_files
- get_user_metadata
- fret_inspect_one_dataset
- fret_save_inspection_plots
- fret_format_one_dataset
- fret_correct_one_dataset
- fp_format_one_dataset
- fp_inspect_one_dataset
- fp_save_inspection_plot
- make_one_figure
- detect_binding_model