Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|
|||
__package__ =
|
|
A BPM file reader function. Assumes 'f' is in the CSV file format that is the output from the 'mkbpms' program. (i.e., one module per line with the module name in the first column followed by its genes in subsequent columns.) The returned data structure is a list of tuples. Each tuple represents a BPM where the first element is a list of genes in the first module and the second element is a list of genes in the second module. i.e., [([Gene], [Gene])] |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 6 16:38:33 2012 | http://epydoc.sourceforge.net |