GithubHelp home page GithubHelp logo

bespoke.js's People

Contributors

danvk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bespoke.js's Issues

Standardize on either GenomeRange or ContigInterval

GenomeRange:

var range = {contig: 'chr17', start: 1234, stop: 4567};

ContigInterval:

var range = new ContigInterval('chr17', 1234, 4567);

Some methods in this repo expect one, others expect the other. There's not much rhyme or reason to it. They should all use a single representation of ranges.

Come up with a new name

While I like bespoke.js, it's already taken by a popular slideshow library.

Suggestions:

  • dewigec - deal with genomics crap
  • lopagen - load and parse genomic data

Provide `string` alternative to methods which expect a `RemoteFile`

Most data loaders (e.g. bam.js) take in a RemoteFile instance from which they load their data. This provides lots of flexibility for testing, but it's not especially convenient for end users.

Any public method/constructor which takes a RemoteFile should also accept a string containing a URL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.