Example #1
0
 def store_prediction(self):
     raise Exceptions.NotImplemented("gene_repository is not implemented")
Example #2
0
 def summary(self):
     raise Exceptions.NotImplemented("gene_repository is not implemented")
Example #3
0
 def update(self, gene, dosage, weight):
     raise Exceptions.NotImplemented("gene_repository is not implemented")