Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 824 Bytes

This is the source code of the experiment of the Research On Gene Regulatory Relationships Mining Based On Three-Phase Dependency Analysis Algorithm,  here is the description of the project structure. All files and folders are in the same directory,

files including

    main.R
    Nine_Algorithms.R
    Sampling&Aprori.R
    SortbyRules.R
    TPDA_Function_5_4.R
    furTreatment.java
    preTreatment.java

folders including

    /EX
    /EX/rules
    /IN
    /OUT

description

    main.R    - The entrance of the program.
    /EX       - Save the temporary files generated by the program.
    /EX/rules - Save the temporary files about association rules.
    /IN       - Save the input file of the program.
    /OUT      - Save the output file of the program.