Beispiel #1
0
        print("Then press Enter to continue...")
        raw_input()
        GetGenes.Sort(fps, labels)
        GetGenes.getDiff_Badge(fps, labels)
        GetGenes.nuID2enterzID(fps, labels)


    import David
    David.davidCall(fps, labels)

    import String
    String.stringCall(path, fps, labels)
    String.genEdgeList(path, fps, labels)
    String.genNetworkInput(path, fps, labels)
    String.genNetwork(path, progpath)
    String.annoNetwork(path, progpath, fps, labels)

    import CrossValidation
    CrossValidation.exprToArff(path, fps, labels)
    CrossValidation.syncArffFeatures(path, fps, labels)
    CrossValidation.callWeka(fps, labels)

    import WriteReport
    WriteReport.writeDocReport(path, IOpath, fps, labels)
    WriteReport.writeXlsReport(path, IOpath, fps, labels)