コード例 #1
0
ファイル: diversity.py プロジェクト: ngannguyen/aimseqtk
 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
ファイル: clonesize.py プロジェクト: ngannguyen/aimseqtk
 def __init__(self, indir, outdir, opts):
     StatAnalyses.__init__(self, indir, outdir, opts)
コード例 #3
0
ファイル: cdr3len.py プロジェクト: ngannguyen/aimseqtk
 def __init__(self, indir, outdir, opts, avr=False):
     StatAnalyses.__init__(self, indir, outdir, opts)
     self.avr = avr
コード例 #4
0
ファイル: similarity.py プロジェクト: ngannguyen/aimseqtk
 def __init__(self, samplenames, indir, outdir, opts):
     StatAnalyses.__init__(self, indir, outdir, opts)
     self.names = samplenames
コード例 #5
0
ファイル: diversity.py プロジェクト: ngannguyen/aimseqtk
 def __init__(self, indir, outdir, pval=1.0):
     StatAnalyses.__init__(self, indir, outdir)
     self.pval = pval