Opened 17 years ago
Last modified 17 years ago
#639 closed task
exportPureMatrix method — at Version 12
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.7.1 |
Component: | coreplugins | Version: | 2.7 |
Keywords: | Cc: |
Description (last modified by )
It would be useful to have a method exporting a BioAssaySet to pure matrix, in other words, a matrix with no additional header or reporter information. Each column in the matrix corresponds to a sample, and each row corresponds to a reporter.
Passed arguments may be a BioAssaySet (of course) and something holding the information what variable should be exported (e.g. ch1, ch2 or log2ratio).
Change History (12)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
comment:5 by , 17 years ago
Milestone: | BASE 2.4 → BASE 2.5 |
---|
The interface of this method is not mature enough to be included in the 2.4 release.
comment:7 by , 17 years ago
Milestone: | BASE 2.5 → BASE 2.x+ |
---|---|
Owner: | removed |
Status: | assigned → new |
comment:8 by , 17 years ago
Milestone: | BASE 2.x+ → BASE 2.6 |
---|
comment:9 by , 17 years ago
Priority: | major → minor |
---|
comment:10 by , 17 years ago
Milestone: | BASE 2.6 → BASE 2.x+ |
---|
This ticket will remain at 2.x unless a proper specification is made.
comment:11 by , 17 years ago
Milestone: | BASE 2.x+ → BASE 2.7.1 |
---|---|
Owner: | set to |
Status: | new → assigned |
Version: | trunk → 2.7 |
comment:12 by , 17 years ago
Description: | modified (diff) |
---|
Just a note to tell you all that I am working on this now.
(In [3509]) References #639. First non-tested non-generic version of the matrix export method.