Giter VIP home page Giter VIP logo

miti's Introduction

MITI: Minimum Information about Tissue Imaging

Minimum Information about Tissue Images (MITI) reporting guidelines comprise minimal metadata for highly multiplexed tissue images and were developed in consultation with methods developers, experts in imaging metadata (e.g., DICOM and OME) and multiple large-scale atlasing projects; they are guided by existing standards and accommodate most multiplexed imaging technologies and both centralized and distributed data storage.

The YAML files in this repository provide detailed specification of the standard, as outlined in the corresponding manuscript. Individual files capture attributes, their description and significance, but also additional information that is essential for validating specific files; this includes ensuring that data in each field has the correct data type and that it meets constraints on valid values. Each attribute is associated with one of the following data types:

Valid values are specified as sets of predefined keywords for string and as [min, max] intervals for integer and float variables, where both min and max can be optionally omitted to define one-sided intervals.

Governance:

Changes to MITI require a submission via Github Issues with the following information:

  • Scope and Field
  • Summary of changes
  • Example
  • Implementation as a pull request

The community can discuss and vote for the submission via Github for at least 30 days.

The initial governanceboard comprises (i) Denis Schapiro, PhD, Research Group Leader at the Heidelberg University (Chair); (ii) Adam Taylor, PhD, Senior Research Scientist, Sage Bionetworks; (iii) Sarah Arena, MS, Data Scientist, Harvard Medical School and (iv) Markus D. Herrmann, MD, PhD, Assistant Professor of Pathology, Mass General Hospital.

This board will remain for 18 months and can be adjusted based on the community needs.

The discussions should be limited to Github and image.sc forum in #mcmicro.

If the implementation needs a revision, this needs to be submitted latest 30 days after acceptance.

Example 1

The following YAML block defines a required attribute Tumor tissue type that relates to collection and processing of biospecimens. A valid field must be specified as a character string, using one of the pre-defined keywords: Primary Tumor, Local Tumor Recurrence, etc.

Tumor tissue type:
  description: Text that describes the kind of disease present in the tumor specimen
    as related to a specific time point.
  category: Collection and Processing
  type: string
  valid-values:
  - Primary Tumor
  - Local Tumor Recurrence
  - Distant Tumor Recurrence
  - Metastatic
  - Premalignant
  significance: required

Example 2

The following YAML block defines a recommended attribute Cycle Number, which must be specified as a 1-based index (i.e., an integer belonging to the one-sided interval [1, Inf)).

Cycle Number:
  description: 'the cycle # in which the co-listed reagent(s) was(were) used'
  type: integer
  valid-values:
    min: 1.0
  significance: recommended

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.