Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7f7cc5

Browse files
authored
Update 2016-02-13-descriptors.md
1 parent cae7f22 commit b7f7cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2016-02-13-descriptors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ fps <- lapply(mols, get.fingerprint, type='maccs')
6565
descriptors <- fp.to.matrix(fps)
6666
~~~
6767

68-
### Signature Fingerprint
68+
### CDK Fingerprint
6969
~~~
70-
fps <- lapply(mols, get.fingerprint, type='signature')
70+
fps <- lapply(mols, get.fingerprint, type='standard')
7171
descriptors <- fp.to.matrix(fps)
7272
~~~
7373

0 commit comments

Comments
 (0)