Esempio n. 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
Esempio n. 2
0
 def __init__(self, indir, outdir, opts):
     StatAnalyses.__init__(self, indir, outdir, opts)
Esempio n. 3
0
 def __init__(self, indir, outdir, opts, avr=False):
     StatAnalyses.__init__(self, indir, outdir, opts)
     self.avr = avr
Esempio n. 4
0
 def __init__(self, samplenames, indir, outdir, opts):
     StatAnalyses.__init__(self, indir, outdir, opts)
     self.names = samplenames
Esempio n. 5
0
 def __init__(self, indir, outdir, pval=1.0):
     StatAnalyses.__init__(self, indir, outdir)
     self.pval = pval