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