Helper
MASSIVE.helper
Helper functions for MASSIVE.
Warning
This section is under active development and is not yet documented. Come back later :)
key_to_dntp(key, dntp_cols, exclude=())
Converts a key to an unambiguous dNTP assignment based on information in the dntp_cols dictionary.
Source code in MASSIVE/helper.py
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | |
key_to_enz_code(key, enz_rows, enz_cols)
Converts a key to an unambiguous enzyme code based on information in the enz_rows and enz_cols dictionaries.
Source code in MASSIVE/helper.py
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | |