-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
50 lines (48 loc) · 1.01 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
url: https://nanx.me/tidychem/
template:
bootstrap: 5
reference:
- title: "Load molecules"
desc: >
Read and parse SMILES, SDF, MOL files or strings.
contents:
- read_smiles
- read_sdf
- parse_smiles
- parse_sdf
- print.tidymol
- title: "Molecular fingerprints"
desc: >
Compute molecular fingerprints.
contents:
- fp_morgan
- fp_maccs
- fp_rdkit
- fp_atompair
- fp_torsion
- fp_pharm2d
- fp_erg
- fp_pattern
- print.tidyfps
- title: "Molecular descriptors"
desc: >
Compute 2D/3D molecular descriptors.
contents:
- desc_2d
- desc_3d
- get_alldesc_2d
- print.tidydesc
- title: "Fingerprint similarity"
desc: >
Compute molecular fingerprint similarities.
contents:
- sim
- title: "Utilities"
desc: >
Utility functions.
contents:
- install_rdkit
- is_installed_rdkit
- rdkit
- tidychem_example
- rdkit_version