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