Kegg-Hidden-Loop-Search
Hidden regulatory relationship for a loop on gene regulation networks
are not completely revealed for most of biological pathway database.
Hence, we hope to write a program that can find the hidden loops back.
This project is an example to use the library, Feedback_Loop_Search.jar, on searching kegg hidden loop.
In repository, you can find many main files, representing each stage in a complete searching experiment.
You can read ExecutionMain.java to know more about the process of the experiment.
The library applies kegg database as the main resource for searching hidden loops.
Hoping this can help you using library to write your own program, according to your needs.
If wanting to search hidden loops on kegg database instantly, you can find archive file below.
If interested in the methodology of searching hidden loops on kegg database, you can find doc here.
If there is any problem, you can send email to me, or leave an anonymous message here.
If using the anonymous system, you should tell me which repository you are talking about.
Thanks a lot!
- Eclipse
- Java Development Kit
- under windows 10 32-bit OS
The searching is based on KGI, an integrated data structure parsed from kegg database in specific species.
- Find the KGI file immediately under res directory on this repository
- KEGG Orthology
- Danio rerio (zebrafish)
- Homo sapiens (human)
- Here you can find the archive file for this project
- Here you can find what is inside the archive file
- Here you can find the user guide
Here you can find the java document for Feedback_Loop_Search.jar.