Giter Site home page Giter Site logo

sptx-format's People

Contributors

ambrosejcarr avatar joshmoore avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

zperova joshmoore

sptx-format's Issues

hybridization_images -> primary_images

Change hybridization images to primary images. Propagate these changes through the other repositories, potentially through creating constants in this package that are importable.

Investigate using linked schema

@hewgreen suggested that HCA metadata has outlawed the type of implicit linking we have in our specification.

Example experiment.json

{
  hybridization_images: "hybridization.json",
  ..., 
}

In existing specification, we link a file which is implicitly of a particular type. Here it can be either an fov_manifest.json or a field_of_view.json.

HCA metadata suggests making it an explicit link, wherein it should contain the metadata structure. Investigate the pros/cons of this for our use cases.

FieldOfView tile_shape has ambiguous (x, y) ordering

The schema claims that it is ordered (x, y)
https://github.com/spacetx/sptx-format/blob/master/schema/field_of_view/field_of_view.json#L91

Internally, we don't validate on this field yet, we simply slurp in the data and make sure that the sizes fit. However, we might want to provide information on a TileSet (before it's loaded into memory).

We should replace this with an explicit map of {x: size, y: size}, instead of a list to prevent errors.

Move Indices to sptx-format

Starfish constants should live here so that they are only updated in one repo.

Implementation possibilities include:

  • having importable python objects
  • using them to fill Jinja template json schema that are rendered by CI

Write spacetx validator

We should have a validator for spaceTx format so that we can:

  1. verify tiles are valid early, providing faster feedback to users
  2. enable collaborators to more easily understand and consume data in our specification.

Codebook needs a channel map

The codebook should associate information about the channel ID with the channel indices to enable user-driven QC.

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.