Пример #1
0
 def __init__(self, sampledir, outdir, indices, group2samples, matched,
                                             plotfmt=None, pval=1.0):
     StatAnalyses.__init__(self, sampledir, outdir)
     self.indices = indices
     self.group2samples = group2samples
     self.matched = matched
     self.plotfmt = plotfmt
     self.pval = pval
Пример #2
0
 def __init__(self, indir, outdir, opts):
     StatAnalyses.__init__(self, indir, outdir, opts)
Пример #3
0
 def __init__(self, indir, outdir, opts, avr=False):
     StatAnalyses.__init__(self, indir, outdir, opts)
     self.avr = avr
Пример #4
0
 def __init__(self, samplenames, indir, outdir, opts):
     StatAnalyses.__init__(self, indir, outdir, opts)
     self.names = samplenames
Пример #5
0
 def __init__(self, indir, outdir, pval=1.0):
     StatAnalyses.__init__(self, indir, outdir)
     self.pval = pval