Skip to content

Commit

Permalink
DOC: expl binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 1, 2023
1 parent 1f92745 commit 9465e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ s1 = "AGCAGGAGATAAACCTGT"
s2 = "AGCAGGTTATCTACCTGT"
k = 3

# Create the matrix
# Create the matrix (the "binary" parameter means we'll distinguish forward,
# reverse-complementary, and palindromic matching k-mers from each other)
m = wotplot.DotPlotMatrix(s1, s2, k, binary=False)

# Visualize the matrix using matplotlib.imshow()
Expand Down

0 comments on commit 9465e82

Please sign in to comment.