Пример #1
0
 def test_odof(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--drug',
         'Drug_1047_IC50', '--no-html', '--feature', 'TP53_mut'
     ])
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--drug',
         'Drug_1047_IC50', '--feature', 'TP53_mut'
     ])
Пример #2
0
 def test_odof(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--drug', 'Drug_1047_IC50', '--no-html', '--feature', 'TP53_mut'])
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--drug', 'Drug_1047_IC50', '--feature', 'TP53_mut'])
Пример #3
0
 def test_odaf_fast(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--drug', 'Drug_1047_IC50', '--no-html', '--fast'])
Пример #4
0
 def test_print_feature_names(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--print-feature-names'])
Пример #5
0
 def test_print_drug_names(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--print-drug-names'])
Пример #6
0
 def test_help(self):
     pipelines.anova_pipeline([self.prog, '--help'])
     pipelines.anova_pipeline([self.prog])
Пример #7
0
 def test_help(self):
     pipelines.anova_pipeline([self.prog, '--help'])
     pipelines.anova_pipeline([self.prog])
Пример #8
0
 def test_license(self):
     pipelines.anova_pipeline([self.prog, '--license'])
Пример #9
0
 def test_license(self):
     pipelines.anova_pipeline([self.prog, '--license'])
Пример #10
0
 def test_adaf(self):
     pipelines.anova_pipeline(
         [self.prog, '--input-ic50', self.filename, '--no-html'])
Пример #11
0
 def test_adof(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--no-html', '--feature',
         'TP53_mut'
     ])
Пример #12
0
 def test_odaf_fast(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--drug',
         'Drug_1047_IC50', '--no-html', '--fast'
     ])
Пример #13
0
 def test_print_feature_names(self):
     pipelines.anova_pipeline([
         self.prog, '--input-ic50', self.filename, '--print-feature-names'
     ])
Пример #14
0
 def test_print_drug_names(self):
     pipelines.anova_pipeline(
         [self.prog, '--input-ic50', self.filename, '--print-drug-names'])
Пример #15
0
 def test_adof(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--no-html', '--feature', 'TP53_mut'])
Пример #16
0
 def test_summary(self):
     pipelines.anova_pipeline([self.prog, '--testing'])
Пример #17
0
 def test_adaf(self):
     pipelines.anova_pipeline([self.prog, '--input-ic50', self.filename,
         '--no-html'])
Пример #18
0
 def test_version(self):
     pipelines.anova_pipeline([self.prog, '--version'])
Пример #19
0
 def test_summary(self):
     pipelines.anova_pipeline([self.prog, '--testing'])
Пример #20
0
 def test_version(self):
     pipelines.anova_pipeline([self.prog, '--version'])