コード例 #1
0
ファイル: coordinate.py プロジェクト: ecotox/pacfm
    def __init__(self, level, calculation_type= "sum"):
    
        PathwayContainer.__init__(self, level= level, calculation_type= calculation_type)

        self.level=level
        self.link_coordinates= {}
        self.filtered_links={}
        self.abbreviations= {}
コード例 #2
0
ファイル: circos_objects.py プロジェクト: ecotox/f3c
    def __init__(self, level, chromosomes = []):
    
        PathwayContainer.__init__(self, level= level, pathways= chromosomes)

        self.chromosomes= self.pathways
        self.level=level