-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
54 lines (52 loc) · 1.32 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
url: https://ec363.github.io/fpcountr/
template:
bootstrap: 5
reference:
- title: "Calibration functions"
desc: ""
- contents:
- process_absorbance_spectrum
- get_conc_ecmax
- generate_cfs
- title: "Experimental data analysis functions"
desc: ""
- contents:
- process_plate
- calc_fppercell
- calc_fpconc
- title: "Parser functions"
desc: "Functions that extract and tidy data"
- contents:
- starts_with("parse_")
- title: "Path length functions"
desc: "Functions that determine path lengths for absorbance measurements"
- contents:
- view_kfactors
- get_kfactor
- get_pathlength
- title: "Protein property functions"
desc: "Functions that find protein properties"
- contents:
- get_mw
- get_extcoeff_a280
- get_fpbase_properties
- title: "Plate format functions"
desc: "Functions to generate row, column and well names"
- contents:
- find_wells
- find_wells_in_row
- find_wells_in_column
- find_wells_in_rowcolumn
- title: "Metadata functions"
desc: ""
- contents:
- save_metadata_template
- title: "Data"
desc: ""
- contents:
- ends_with("_data")
- title: "Optional calibration functions"
desc: "For use with protein concentration determination methods other than the ECmax assay. However, these methods are not recommended in most cases."
- contents:
- get_conc_a280
- get_conc_bca