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

Line 34: Line 34:
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Design.html">Design</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Design.html">Design</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Modeling.html">Modeling</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Modeling.html">Modeling</a></li>
                                                 <li><a href="https://2015.igem.org/Team:UESTC_Software/Software.html">Software</a></li>
+
                                                 <li><a href="https://2015.igem.org/Team:UESTC_Software/Validation.html">Validation</a></li>
                                                 <li><a href="https://2015.igem.org/Team:UESTC_Software/User guide.html">User guide</a></li>
+
                                                 <li><a href="https://2015.igem.org/Team:UESTC_Software/Software.html">Software</a></li>  
 
</ul>
 
</ul>
 
</li>
 
</li>
Line 49: Line 49:
 
</li>
 
</li>
 
<li>
 
<li>
<a href="https://2015.igem.org/Team:UESTC_Software/Practices">HUMAN<br/>PRACTICE<br/></a>
+
<a href="https://2015.igem.org/Team:UESTC_Software/Practices">HUMAN<br/>PRACTICE</a>
 
<!--<ul id="menu_hum" class="dou_divide_nav_second">
 
<!--<ul id="menu_hum" class="dou_divide_nav_second">
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Game-human_practice.html">Game</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Game-human_practice.html">Game</a></li>
Line 61: Line 61:
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Medals.html">Medals</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Medals.html">Medals</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Safety.html">Safety</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Safety.html">Safety</a></li>
<li><a href="https://2015.igem.org/Team:UESTC_Software/Documentation.html">Documentation</a></li>
+
<li style="line-height:1.8rem;"><a href="https://2015.igem.org/Team:UESTC_Software/Documentation.html">API Documentation</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>

Revision as of 11:27, 15 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