Changeset 1554:c965b96e5c41 in orange-bioinformatics
- Timestamp:
- 02/05/12 18:49:03 (16 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
widgets/OWKEGGPathwayBrowser.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widgets/OWKEGGPathwayBrowser.py
r1534 r1554 414 414 items = [] 415 415 kegg_pathways = obiKEGG.KEGGPathways() 416 kegg_pathways.pre_cache(self.pathways.keys()) 416 417 417 418 if self.showOrthology: … … 602 603 603 604 with orngServerFiles.DownloadProgress.setredirect(self.progressBarSet): 604 kegg_gs_collections = list(obiGeneSets.collections((("KEGG",), taxid))) 605 orngServerFiles.update(obiGeneSets.sfdomain, "index.pck") 606 kegg_gs_collections = list(obiGeneSets.collections((("KEGG", "pathways"), taxid))) 605 607 606 608 print self.genes … … 778 780 p_values.append(p_val) 779 781 if callback is not None: 780 callback(100.0 * i / len(genes ))782 callback(100.0 * i / len(genesets)) 781 783 782 784 # FDR correction … … 794 796 ## app.setMainWidget(w) 795 797 w.show() 796 w.SetData(orange.ExampleTable(data[ -20:]))798 w.SetData(orange.ExampleTable(data[:])) 797 799 QTimer.singleShot(10, w.handleNewSignals) 798 800 app.exec_()
Note: See TracChangeset
for help on using the changeset viewer.
