@@ -6,9 +6,9 @@ template:
6
6
preset : " bootstrap"
7
7
8
8
reference :
9
- - title : " Protein and peptide sequence descriptors"
9
+ - title : " Protein sequence descriptors"
10
10
desc : >
11
- Functions for calculating protein/ peptide sequence descriptors.
11
+ Calculate protein and peptide sequence descriptors.
12
12
contents :
13
13
- extractAAC
14
14
- extractDC
@@ -28,17 +28,17 @@ reference:
28
28
- extractQSO
29
29
- extractPAAC
30
30
- extractAPAAC
31
- - title : " Profile-based protein and peptide sequence descriptors"
31
+ - title : " PSSM descriptors"
32
32
desc : >
33
- Functions for calculating the profile-based (PSSM) descriptors.
33
+ Calculate PSSM ( profile-based) protein and peptide sequence descriptors.
34
34
contents :
35
35
- extractPSSM
36
36
- extractPSSMAcc
37
37
- extractPSSMFeature
38
38
- acc
39
- - title : " Proteochemometric Modeling ( PCM) descriptors"
39
+ - title : " PCM descriptors"
40
40
desc : >
41
- Functions for calculating proteochemometric modeling (PCM ) descriptors.
41
+ Calculate PCM ( proteochemometric modeling) descriptors.
42
42
contents :
43
43
- extractScales
44
44
- extractScalesGap
@@ -50,7 +50,7 @@ reference:
50
50
- extractBLOSUM
51
51
- title : " Similarity measures between proteins"
52
52
desc : >
53
- Functions for calculating protein sequence alignment based
53
+ Calculate protein sequence alignment based
54
54
similarity measures and GO-based semantic similarity measures.
55
55
contents :
56
56
- parSeqSim
@@ -62,7 +62,7 @@ reference:
62
62
- twoGOSim
63
63
- title : " Pre-process protein sequences"
64
64
desc : >
65
- Helper Functions for pre-processing protein sequences.
65
+ Helper functions for pre-processing protein sequences.
66
66
contents :
67
67
- getUniProt
68
68
- readFASTA
@@ -71,7 +71,7 @@ reference:
71
71
- protseg
72
72
- removeGaps
73
73
- protr-package
74
- - title : " Precomputed molecular descriptors for the 20 amino acids "
74
+ - title : " Precomputed molecular descriptors"
75
75
desc : >
76
76
Precomputed molecular descriptors for the 20 amino acids.
77
77
contents :
@@ -101,7 +101,7 @@ reference:
101
101
- AATopoChg
102
102
- AAWalk
103
103
- AAWHIM
104
- - title : " BLOSUM and PAM matrices for the 20 amino acids "
104
+ - title : " BLOSUM and PAM matrices"
105
105
desc : >
106
106
BLOSUM and PAM matrices for the 20 amino acids.
107
107
contents :
0 commit comments