The conversion relies on a common data model. The input files are parsed into the internal data model. The data can then be exported into several different formats.

Data model

  • Excel spreadsheets

eNanoMapper has developed doi:10.3762/bjnano.6.165 a configurable Excel parser (https://github.com/enanomapper/nmdataparser), enabling import of NanoSafety Cluster Excel templates. The configuration metadata for the parser is defined in a separate file, mapping the custom spreadsheet structure into the internal eNanoMapper storage components. More details on the parser, the configuration file syntax , how to convert between data formats and how to import into the database.

  • ISA-JSON

eNanoMapper has developed a working prototype of a utility to export assay data from the eNanoMapper database into ISA-JSON format version 1. Where export to the older ISA-TAB format is needed, ISAtools can be used to convert both to and from the ISA-JSON to ISA-TAB formats. More information on ISA-JSON export.

  • Semantic formats

RDF export following BioAssay Ontology data model is also available. See how to convert between data formats.

For developers

Data model

Java class diagram

Java classes for describing Substances

Back to top

Version: 1.0.3-SNAPSHOT. Last Published: 2017-04-10.