File: multimap.py

package info (click to toggle)
python-seqcluster 1.2.9%2Bds-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 113,624 kB
  • sloc: python: 5,308; makefile: 184; sh: 122; javascript: 55
file content (19 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"""assign a proportion to sequences that map to multiple places"""

def _likelihood():
    """get likelihood to be from a or b"""
    return True


#get class for bayesian method


def _get_sequences_around():
    """return number of sequences around +/- 5 nt"""
    return True


def solve():
    #call _get_sequences_around
    #call likelihood
    return True