Opened 17 years ago
Closed 17 years ago
#771 closed enhancement (fixed)
Make annotations for Bioassays available in bioassay table within a BioassaySet
Reported by: | Johan Vallon-Christersson | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.6 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
When viewing the bioassay table in a Bioassayset, allow the user to display columns for annotations. This will facilitate selection of Bioassays when creating filters for sub selections of Bioassays.
This functionality is implemented as plugins in BASE1.
Change History (9)
comment:1 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 by , 17 years ago
follow-up: 5 comment:4 by , 17 years ago
Inherited annotations can't be viewed in the list views, only annotations that are directly assigned to the item type in the list view (ie. Bioassay:s).
It would be impractical to allow inherited annotations to be viewed in the list view. It would require that a column definition for all annotation types on the server is added and for each item checking if it has an annotation of that type. Given that the number of annotation types can be high this will result in a lot of database queries.
It would be possible to display the experimental factors in a similar way as in the experiment explorer.
comment:5 by , 17 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
To display the experimental factors in a similar way as in the experiment explorer would suffice and be very useful. An enhancement to that would be if the column displaying the experimental factor can be sorted on and filtered on using a filter bar (this goes for the experiment explorers as well).
Of course, having the option to display more than one experimental factor at the time would be most useful. This would allow for an straightforward and easy selection of Bioassay in one step instead of multiple.
comment:6 by , 17 years ago
Component: | coreplugins → web |
---|---|
Milestone: | BASE 2.x+ → BASE 2.6 |
Priority: | major → minor |
I'll fix this so that experimental factor annotations can be displayed in the bioassay list. This will show up just as other annotation types that are already supported. Filtering is supported. Sorting will never be supported, since it is not possible to query annotations in the same time as anything else. The annotation values can only be retrieved individually after (for display) or before (for filtering) the bioassays are queried.
comment:7 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:8 by , 17 years ago
Status: | new → assigned |
---|
comment:9 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [4057]) Fixes #771: Make annotations for Bioassays available in bioassay table within a BioassaySet
This has already been implemented.