Difference between revisions of "Team:UESTC Software/Documentation.html"

Line 14: Line 14:
 
<link rel="stylesheet" href="https://2015.igem.org/Template:UESTC_Software/divide_dou_css?action=raw&ctype=text/css">//我的分页
 
<link rel="stylesheet" href="https://2015.igem.org/Template:UESTC_Software/divide_dou_css?action=raw&ctype=text/css">//我的分页
 
<script src="https://2015.igem.org/Template:UESTC_Software/headjs?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Template:UESTC_Software/headjs?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2015.igem.org/Template:UESTC_Software/divide_dou_js?action=raw&ctype=text/javascript"></script>
  
  

Revision as of 19:01, 11 September 2015

<!DOCTYPE html> Documentation- Requirements //我的分页

Documentation

Service API Documentation

Developers can reuse the function of our software quickly by use Service API.

URL /api/cegRecord/fetchCeg.php
GET id
Return Result in json style. Status 0 means execute successfuly, and 1 means error. Data is the minimal gene set filtered.
Example http://yourHost.com/api/cegRecord/fetchCeg.php?id=01020304
1 Get minimal gene set
URL /api/cegRecord/compare.php
GET id
Return Result in json style. Status 0 means execute successfuly, and 1 means error. Data is the minimal gene set. Statics is the statistical value.
Example http://yourHost.com/api/cegRecord/compare.php?id=01020304+05060708
2 Compare two minimal gene sett
URL api/download/cegCSV.php
GET id
Return File with CSV format.
Example http://yourHost.com/api/download/cegCSV.php?id=01020304
3 Download minimal gene set with CSV format
URL api/download/cegXML.php
GET id
Return File with XML format.
Example http://yourHost.com/api/download/cegXML.php?id=01020304
4 Download minimal gene set with XML format
URL api/kegg/entireModule.php
GET id
Return Result in json style. Status 0 means execute successfuly, and 1 means error. Data is the URL of module results.
Example http://yourHost.com/api/kegg/entireModule.php?id=01020304
5 Get module with whole minimal gene set
URL api/kegg/entirePathway.php
GET id
Return Result in json style. Status 0 means execute successfuly, and 1 means error. Data is the URL of pathway results.
Example http://yourHost.com/api/kegg/entireModule.php?id=01020304
6 Get pathway with whole minimal gene set
URL api/kegg/metabolicModule.php
GET id
Return Result in json style. Status 0 means execute successfuly, and 1 means error. Data is the URL of module results.
Example http://yourHost.com/api/kegg/metabolicModule.php?id=01020304
7 Get module with gene set that only about metabolism
URL /api/kegg/metabolicPathway.php
GET id
Return Result in json style. Status 0 means execute successfuly, and 1 means error. Data is the URL of pathway results.
Example http://yourHost.com/api/kegg/metabolicPathway.php?id=01020304
8 Get pathway with gene set that only about metabolism

Service Page Documentation

Service Page can be visited directly to view the corresponding result.

URL /app/page/mapEntireModule.php
GET id
Return Module list
Example http://yourHost.com/app/page/mapEntireModule.php?id=01020304
1 Page of Module wtih whole minimal gene set
URL /app/page/mapEntirePathway.php
GET id
Return Pathway list
Example http://yourHost.com/app/page/mapEntireModule.php?id=01020304
2 Page of pathway wtih whole minimal gene set
URL /app/page/mapMetaModule.php
GET id
Return Module list
Example http://yourHost.com/app/page/mapMetaModule.php?id=01020304
3 Page of module with gene set that only about metabolism
URL /app/page/mapMetaPathway.php
GET id
Return Module list
Example http://yourHost.com/app/page/mapMetaPathway.php?id=01020304
4 Page of pathway wtih gene set that only about metabolism