DAS Plans
Future ideas for improvements to the DAS spec:
Contents
Hierarchical features
Features should have parents and children, this could be accomplished with additional tags. This can be seen as either replacement or complementary to groups. For example, groups could be seen as more generic logical and visual groupings (e.g. data from the same sample/tissue). Implementation of a proper hierarchy will enable support for assembly traversal (which isn't used at present and is intended to be removed).
Writeback
Read/write DAS sources. This is currently being worked on. The specification is based on the DAS/2 writeback portion.
Annotating features
A possible tie-in with writeback, this could allow:
- users to add, edit, delete, tag or comment on features
- servers to postprocess or highlight other servers' features
Migrate 1.53E extensions
After some minor updates to ensure consistency with the rest of the spec, it is intended that extensions such as alignment be incorporated into the core spec.
Improvements for dense features
Especially for DAS sources with simple per-base annotations, speed is an issue. The maxbins extension goes a long way to helping, but there are other options:
- move type etc outside each feature to avoid replication
- allow a single feature to contain a set of scores across a region of sequence
- alternative content negotiation