Changeset 925:f72799bbcde5 in orange-bioinformatics
- Timestamp:
- 07/20/09 12:13:58 (4 years ago)
- Branch:
- default
- Convert:
- 8056320a37ea0547e1d793276c1529ad749ab634
- File:
-
- 1 edited
-
obiGsea.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
obiGsea.py
r878 r925 493 493 classValues. Each element of the pair is a list of class 494 494 values to be joined to first or second class. Group 495 classes in two new class values. If classValues is not496 specified, take only first twoclasses.495 classes in two new class values. 496 If class values are not specified, take all the classes. 497 497 498 498 Input data can be a single data set or a list of data sets … … 509 509 510 510 if not classValues: 511 classValues = [ oldcvals[0], oldcvals[1] ]511 classValues = oldcvals 512 512 513 513 toJoin = [] … … 709 709 WARNING. DUE TO BAD DESIGN YOU MAY CALL THIS FUNCTION ONLY ONCE. 710 710 """ 711 712 711 data = transposeIfNeeded(data) 713 712
Note: See TracChangeset
for help on using the changeset viewer.
