Exemple #1
0
def plotBatchConsistencyForPooledPseudoreplicates(infiles, outfile):
    idr_script = os.path.join(os.path.dirname(P.__file__), "WrapperIDR.py")
    statement = IDR.getIDRPlotStatement(infiles[0], outfile, idr_script)
    P.run()
Exemple #2
0
def plotBatchConsistencyForPooledPseudoreplicates(infiles, outfile):
    idr_script = os.path.join(os.path.dirname(P.__file__), "WrapperIDR.py")
    statement = IDR.getIDRPlotStatement(infiles[0], outfile, idr_script)
    P.run()
Exemple #3
0
def plotBatchConsistencyForIndividualReplicates(infiles, outfile):
    # HACK!
    idr_script = os.path.join(os.path.dirname(P.__file__), "WrapperIDR.py")
    statement = IDR.getIDRPlotStatement(infiles, outfile, idr_script)
    P.run()
Exemple #4
0
def plotBatchConsistencyForIndividualReplicates(infiles, outfile):
    # HACK!
    idr_script = os.path.join(os.path.dirname(P.__file__), "WrapperIDR.py")
    statement = IDR.getIDRPlotStatement(infiles, outfile, idr_script)
    P.run()
Exemple #5
0
def plotBatchConsistencyForPooledPseudoreplicates(infiles, outfile):
    statement = IDR.getIDRPlotStatement(infiles[0], outfile)
    P.run()
Exemple #6
0
def plotBatchConsistencyForIndividualReplicates(infiles, outfile):

    # HACK!
    statement = IDR.getIDRPlotStatement(infiles, outfile)
    P.run()
def plotBatchConsistencyForPooledPseudoreplicates(infiles, outfile):
    statement = IDR.getIDRPlotStatement(infiles[0], outfile)
    P.run()
def plotBatchConsistencyForIndividualReplicates(infiles, outfile):

    # HACK!
    statement = IDR.getIDRPlotStatement(infiles, outfile)
    P.run()