Skip to content

Commit

Permalink
Added shanon entropy plot
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasShahzad1996 committed Jul 2, 2023
1 parent d7cde07 commit 30ea7aa
Show file tree
Hide file tree
Showing 14 changed files with 7,114 additions and 4 deletions.
Binary file modified encoding_utils/__pycache__/sequence_encoders.cpython-39.pyc
Binary file not shown.
Binary file modified encoding_utils/__pycache__/sequence_operations.cpython-39.pyc
Binary file not shown.
Binary file modified encoding_utils/__pycache__/sequence_utils.cpython-39.pyc
Binary file not shown.
Binary file modified helpers/__pycache__/metrics.cpython-39.pyc
Binary file not shown.
Binary file modified helpers/__pycache__/misc.cpython-39.pyc
Binary file not shown.
Binary file modified helpers/__pycache__/train_eval.cpython-39.pyc
Binary file not shown.
3 changes: 3 additions & 0 deletions helpers/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,9 @@ def __init__(self,
retreived = 0
self.non_motif_ranges = []
np.random.seed(42)
if optional_config is None:
optional_config = {}
optional_config["exclude_random"] = []
if n_random_kmers is None:
n_random_kmers = len(self.motif_ids)
while (retreived<n_random_kmers):
Expand Down
Binary file modified models/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified models/__pycache__/dss.cpython-39.pyc
Binary file not shown.
Binary file modified models/__pycache__/spec_dss.cpython-39.pyc
Binary file not shown.
Loading

0 comments on commit 30ea7aa

Please sign in to comment.