Imaging Mass Spectrometry (IMS)
2D Imaging Mass Cytometry
Prepare your metadata based on the latest metadata schema using one of the template files below. See the instructions in the Metadata Validation Workflow document for more information on preparing and validating your metadata.tsv file prior to submission.
Related files:
- π Excel template: For metadata entry.
- π TSV template: Alternative for metadata entry.
This link lists the set of fields that are required in the OME TIFF file XML header.
Metadata schema
Directory schemas
pattern | required? | description |
---|---|---|
extras\/.* |
β | Folder for general lab-specific files related to the dataset. [Exists in all assays] |
extras\/.hardware\.json |
β | JSON file containing the machine parameters/settings. This is akin to the microscope_environment.json file thatβs used to describe the imaging equipment. |
raw\/.* |
β | This is a directory containing raw data. |
raw\/images\/.* |
β | Raw image files. Using this subdirectory allows for harmonization with other more complex assays, like Visium that includes both raw imaging and sequencing data. |
raw\/images\/[^\/]+\.mcd |
β | Proprietary data file format generated by the Fluidigm (Standard Biotools) Hyperion series instruments to store imaging mass cytometry data. This file contains xyzc pixel intensity values, pre- and post-ablation panoramas, and acquisition metadata. Tools to read are https://github.com/BodenmillerGroup/readimc and MCDViewer https://www.standardbio.com/products/software#hyperion-anchor. No public schema is available. |
raw\/images\/[^\/]+\.tiff |
β | Raw image file. |
raw\/images\/tiles\.csv |
β | This file contains the approximate coordinates for each of the tiled raw images. |
lab_processed\/.* |
β | Experiment files that were processed by the lab generating the data. |
lab_processed\/images\/.* |
β | This is a directory containing processed image files |
lab_processed\/images\/[^\/]+\.ome\.tiff |
β | OME-TIFF file (multichannel, multi-layered) produced by the experiment. If compressed, must use loss-less compression algorithm. See the following link for the set of fields that are required in the OME TIFF file XML header. https://docs.google.com/spreadsheets/d/1YnmdTAA0Z9MKN3OjR3Sca8pz-LNQll91wdQoRPSP6Q4/edit#gid=0 |
lab_processed\/images\/[^\/]*ome-tiff\.channels\.csv |
β | This file provides essential documentation pertaining to each channel of the accommpanying OME TIFF. The file should contain one row per OME TIFF channel. The required fields are detailed https://docs.google.com/spreadsheets/d/1xEJSb0xn5C5fB3k62pj1CyHNybpt4-YtvUs5SUMS44o/edit#gid=0 |