예제 #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
    def __init__(self, level, chromosomes = []):
    
        PathwayContainer.__init__(self, level= level, pathways= chromosomes)

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