TODO. Compute biclustering of input data. https://cran.r-project.org/web/packages/biclust/biclust.pdf
Version | 1.0 |
---|---|
Bundle | tools |
Categories | Clustering |
Authors | Julia Casado (julia.casado@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | biclust (R-package) |
Source files | component.xml BiclustClusterer.R |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | CSV | Mandatory | Input matrix. |
Name | Type | Description |
---|---|---|
rowClusts | CSV | Result clusters |
colClusts | CSV | Result clusters |
statistics | CSV | Diagnostic test results |
Name | Type | Default | Description |
---|---|---|---|
alpha | float | 1.5 | todo. |
delta | float | 1 | todo. |
idColumn | string | "row.names" | todo. |
number | float | 10 | todo. |
plot | boolean | true | todo. |
Test case | Parameters▼ | IN in |
OUT rowClusts |
OUT colClusts |
OUT statistics |
---|---|---|---|---|---|
case1 | (missing) | in | (missing) | (missing) | (missing) |