Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pnpnpn authored Apr 3, 2017
1 parent 9cca6de commit 2baae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mk_model = MultiKModel(filepath)
You can fetch the vector representation of `AAA` with:
```
>>> mk_model.vector('AAA')
array([ 0.023137 , 0.156295
array([ 0.023137 , 0.156295 , ...
```

Compute the cosine distance between two k-mers via dna2vec:
Expand Down

0 comments on commit 2baae03

Please sign in to comment.