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/User guide.html">User guide</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
Line 47: Line 49:
 
</li>
 
</li>
 
<li>
 
<li>
<a href="javascript:void(0)">HUMAN<br/>PRACTICE<br/><i class="iconfont">&#xe60d;</i></a>
+
<a href="https://2015.igem.org/Team:UESTC_Software/Practices">HUMAN<br/>PRACTICE<br/></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>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Meet_up.html">Meet-up</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Meet_up.html">Meet-up</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Collaborations.html">Collaborations</a></li>
 
<li><a href="https://2015.igem.org/Team:UESTC_Software/Collaborations.html">Collaborations</a></li>
</ul>
+
</ul>-->
 
</li>
 
</li>
 
<li class="choose">
 
<li class="choose">

Revision as of 13:36, 14 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