ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Bigwig #802

Closed ejacox closed 7 years ago

ejacox commented 7 years ago

This PR adds the Continuous message to SequenceAnnotations in order to represent continuous valued data. It closes #769.

david4096 commented 7 years ago

Will you please add the import of the Continuous Sets to protocol.py?

https://github.com/ga4gh/schemas/blob/master/python/ga4gh/schemas/protocol.py

ejacox commented 7 years ago

Continuous Sets is part of Sequence Annotations, which is in protocol.py.

david4096 commented 7 years ago

An excellent addition to the protocol!

Looking forward to seeing applications and example code! For now, here is a simple example using this protocol: https://gist.github.com/david4096/ac3813cbcbc913074e95b7c9519a38d3

We expect to continue development to provide resolution and perhaps summary statistics for Continuous data https://github.com/ga4gh/schemas/issues/820 . Thanks @ejacox !