-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_pkgdown.yml
108 lines (108 loc) · 2.4 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
106
107
108
reference:
- title: "Protein/Peptide Sequence Descriptors"
desc: >
Functions for calculating protein/peptide sequence descirptors.
contents:
- extractAAC
- extractDC
- extractTC
- extractMoreauBroto
- extractMoran
- extractGeary
- extractCTDC
- extractCTDCClass
- extractCTDDClass
- extractCTDTClass
- extractCTDT
- extractCTDD
- extractCTriad
- extractCTriadClass
- extractSOCN
- extractQSO
- extractPAAC
- extractAPAAC
- title: "Profile-Based Protein/Peptide Sequence Descriptors"
desc: >
Functions for calculating the profile-based (PSSM) descirptors.
contents:
- extractPSSM
- extractPSSMAcc
- extractPSSMFeature
- acc
- title: "Proteochemometric Modeling (PCM) Descriptors"
desc: >
Functions for calculating proteochemometric modeling (PCM) descriptors.
contents:
- extractScales
- extractScalesGap
- extractProtFP
- extractProtFPGap
- extractDescScales
- extractFAScales
- extractMDSScales
- extractBLOSUM
- title: "Similarity Measures between Proteins"
desc: >
Functions for calculating protein sequence alignment based
similarity measures and GO-based semantic similarity measures.
contents:
- parSeqSim
- parSeqSimDisk
- twoSeqSim
- parGOSim
- twoGOSim
- title: "Helper Functions for Pre-Processing Protein Sequences"
desc: >
Functions for pre-processing protein sequences.
contents:
- getUniProt
- readFASTA
- readPDB
- protcheck
- protseg
- removeGaps
- protr-package
- title: "Precomputed Molecular Descriptors for the 20 Amino Acids"
desc: >
Precomputed molecular descriptors for the 20 amino acids.
contents:
- AAindex
- AAMetaInfo
- OptAA3d
- AA2DACOR
- AA3DMoRSE
- AAACF
- AABurden
- AAConn
- AAConst
- AACPSA
- AADescAll
- AAEdgeAdj
- AAEigIdx
- AAFGC
- AAGeom
- AAGETAWAY
- AAInfo
- AAMOE2D
- AAMOE3D
- AAMolProp
- AARandic
- AARDF
- AATopo
- AATopoChg
- AAWalk
- AAWHIM
- title: "BLOSUM and PAM matrices for the 20 Amino Acids"
desc: >
BLOSUM and PAM matrices for the 20 amino acids.
contents:
- AABLOSUM45
- AABLOSUM50
- AABLOSUM62
- AABLOSUM80
- AABLOSUM100
- AAPAM30
- AAPAM40
- AAPAM70
- AAPAM120
- AAPAM250