Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 5
0
def plotBatchConsistencyForPooledPseudoreplicates(infiles, outfile):
    statement = IDR.getIDRPlotStatement(infiles[0], outfile)
    P.run()
Ejemplo n.º 6
0
def plotBatchConsistencyForIndividualReplicates(infiles, outfile):

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

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