Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tianzonglin/tpda_m
This is the source code of experiment of the Research On Gene Regulatory Relationships Mining Based On Three-Phase Dependency Analysis Algorithm, here is the description about project structure. All files and folders are in the same directory,
https://github.com/tianzonglin/tpda_m
data-mining gene-regulatory-network r-scripts
Last synced: 4 days ago
JSON representation
This is the source code of experiment of the Research On Gene Regulatory Relationships Mining Based On Three-Phase Dependency Analysis Algorithm, here is the description about project structure. All files and folders are in the same directory,
- Host: GitHub
- URL: https://github.com/tianzonglin/tpda_m
- Owner: TianZonglin
- Created: 2017-05-23T11:22:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T03:17:20.000Z (8 months ago)
- Last Synced: 2024-11-08T00:11:41.518Z (about 2 months ago)
- Topics: data-mining, gene-regulatory-network, r-scripts
- Language: R
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**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.