Bio.Motifs.clusterbuster模块¶
解析Cluster Buster位置频率矩阵文件。
- class Bio.motifs.clusterbuster.Record(iterable=(), /)¶
基类:
list
类将信息存储在Cluster Buster矩阵表中。
该记录继承自包含各个主题的列表。
- __str__()¶
返回str(Self)。
- Bio.motifs.clusterbuster.read(handle)¶
从文件句柄中读取群集Buster位置频率矩阵格式的主题。
群集Buster Motif格式:http://zlab.bu.edu/cluster-buster/help/cis-format.html
- Bio.motifs.clusterbuster.write(motifs)¶
返回以Cluster Buster位置频率矩阵格式表示的Motif。