Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Coverage Service #739

Closed
wants to merge 1 commit into from
Closed

Coverage Service #739

wants to merge 1 commit into from

Conversation

david4096
Copy link
Member

A common concern prospective API users have raised is that we do well interchanging low level data, but most times an application won't make use of it. A very common case is returning binned counts of elements over a genomic region. Some visualizers will make counts of elements themselves at the client-side, however, because of network transfer costs oftentimes one might just want the counts and not the data themselves.

These coverage bins provide a data model for read depth, variation density, or genomic feature density. With the addition of this endpoint, existing genomic data can be rendered in visualizers much more effectively. Thanks @akmorrow13!

Remove info from bin
Add more comments
Renamed width to bin_width in CoverageRequest

Remove info from bin
Add more comments
Renamed width to bin_width in CoverageRequest
Add optional width to bin
Add google include
// Gets a list of `Dataset` matching the search criteria.
//
// `POST /datasets/search` must accept a JSON version of
// `SearchDatasetsRequest` as the post body and will return a JSON

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to be fixed!

@david4096 david4096 mentioned this pull request Feb 20, 2017
@reece reece closed this Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants