Skip to content Skip to footer

Your tasks: Documentation and metadata

How can you document data during the project?

Description

Data documentation could be defined as the clear description of everything that a new “data user” or “your future-self” would need to know in order to find, understand, reproduce and reuse your data, independently. Data documentation should clearly describe how you generated or used the data, why, and where to find the related files. It could be used also as onboarding documentation for new colleagues, even if the responsible researcher leaves the project.

Due to the large variety of experiments, techniques and collaborative studies that usually occur within the same project, it is challenging to keep good documentation. However, lack of good data documentation often leads to data loss, not reproducible results and therefore, waste of money and time for scientists. Here we provide best practices and guidelines to help you properly document your data.

Considerations

  • Write the documentation in such a way that someone else who is known to the field cannot misinterpret any of the data.

  • It is best practice to use one appropriate tool or an integration of multiple tools (also called tool assembly or ecosystem) for data documentation during a project. Suitable tools for data documentation are Electronic Lab Notebooks (ELNs), Electronic Data Capture (EDC) systems, Laboratory Information Management Systems (LIMS). Moreover, online platforms for collaborative research and file sharing services (such as OpenScienceFramework) could also be used as ELN or data management systems. Check with your institute or other relevant infrastructures to know what is offered.

  • Independently of the tools you will use, data documentation is needed at two levels: documentation about the entire study or project and documentation about individual records, observations or data points.
    • Study-level documentation describes the project title and summary, study aims, authors, institutions involved, funds, methods, licence and identifier for each dataset, folders structure, file naming conventions, versioning system, relation between files or tables and other general information.
    • Data-level documentation provides information about individual records or data point, such as the meaning of each variable name, label, ID or type (numeric, string, regular expression, date, etc.), units (i.e., cm, kg…), experimental factors, categories, controlled vocabulary or ontology terms accepted as values for each variable, missing values code and so on. An example could be a data file that contains a “sex” field: someone known to the field could try to misinterpret that from “external sex organs present at birth” to “chromosomal XX or XY” or “high or low testosterone level” or “social gender” or other. In order to avoid this, the way the assignment is made must be part of the documentation or of the data itself (controlled vocabulary).
  • Both the study- and data-level documentation must be generated as early as possible in the research process and also maintained, in order to be accurate and complete

  • Documentation is also required when publishing your data. General-purpose repositories usually require only study-level documentation, while discipline-specific repositories generally require both study-level and data-level documentation. Importantly, repositories often accept data and documentation in a very strict format: they can require a predefined set of attributes or fields (metadata checklists) to be filled, ontology terms to be used, specific (meta)data schemas (e.g., ISA model, MAGE-TAB) to be adopted. We recommend familiarising yourself with the requirements of the repositories that could be appropriate for publishing your data already at the beginning of the project, so that you can start documenting and formatting your data accordingly as early as possible.

  • Make sure the documentation is kept close to the data, so that nobody will be exposed to the data without being able to find the documentation.

Solutions

  • There are many appropriate tools for data documentation during the project. Check with your institute to know what is offered.
    • Electronic Lab Notebooks (ELNs) are usually better for more disparate and unstructured information that requires flexibility. Researchers can use ELN in a personalized way and adapt it to document their every-day work.

    • Laboratory Information Management Systems (LIMS) typically follow pre-defined and highly structured experimental workflow. LIMS are used to document and track biological samples through the experimental processes and can support direct import of data from sources such as instruments.

    • Electronic Data Capture (EDC) systems are usually designated for collection of clinical trial data.

    • Online platforms for collaborative research and file sharing services, which integrate with several data management tools, could also be used for data documentation during the project. For instance, OpenScienceFramework has integrations with Mendeley, Dropbox, GitHub, FigShare, etc.

    • There is a major area of overlap between the aforementioned tools for data documentation, so it is better to choose the tool(s) that best address your specific need. Some tools can be used at the same time to address different needs and they can be complementary. Comparative lists can help with the choice:

  • Independently of the tools, you should agree on and establish a data organisation system for files (or tables in a database) together with your team or Data Management Working Group:
    • Folder structure
    • File naming convention
    • Versioning system
  • The established data organization system has to be described in detail in the documentation, preferably in open and machine-readable formats (i.e., XML, JSON, CSV, RDF, HTML). The description of the data organization system has to be placed in the folder at the highest level (e.g. “Project” folder).

  • Study-level and data-level documentation can be provided as

    Each of these files can be made in several formats depending on the features available in your data documentation tool, your needs or skills. Machine-readable or -actionable formats (such as .xml, .json, .csv, .rdf) are preferred to non-machine-readable ones (.txt, .xls, .pdf). README.txt is an exception since its main purpose is to be human-readable, i.e. not intended to be machine-readable or -actionable. Also non-proprietary formats are preferred over proprietary ones.

  • Highly structured data documentation is called metadata. Generating metadata in a machine-readable or -actionable format makes your data more FAIR . Metadata provides structured and searchable information so that a user can find existing data, evaluate its reusability and cite it.

  • It is good practice to use international standard metadata schemas to organise and store your (meta)data in a structured way. A metadata schema describes the relations, such as hierarchy, of the elements that belong to the structure. It is also good practice to use international standard metadata checklists to describe the content your (meta)data. A (meta)data checklist is a fixed set of attributes about the data that needs to be provided. Some attributes are mandatory, some are only recommended or optional. International standard metadata schemas and checklists are developed by and accepted as standards by communities. There are many standard metadata schemas and checklists, some generic, while others discipline-specific. See the paragraph about how to find standard metadata.

  • You can use the attributes of metadata schemas and checklists in a format that is not machine-readable or -actionable (e.g., by copying the metadata fields in a Codebook.xls). However, using standard metadata in a machine-readable or -actionable format will increase the findability of your data.

  • Metadata schemas and checklists usually rely on ontologies and controlled vocabularies, which make your data more reusable and interoperable. See the paragraph about how to find ontologies and controlled vocabularies.

  • We recommend familiarising yourself with the requirements of the repositories that could be appropriate for publishing your data already at the beginning of the project, so that you can start documenting and formatting your data according to their requirements as early as possible.

  • Platforms for management of metadata and data used by some scientific communities: CEDAR, Semares, FAIRDOM-SEEK, FAIRDOMHub, COPO.

How do you find appropriate standard metadata for datasets or samples?

Description

There are multiple standards for different types of data, ranging from generic dataset descriptions (e.g. DCAT, Dublin core, (bio)schema.org) to specific data types (e.g. MIABIS for biosamples). Therefore, how to find standard metadata, and how to find an appropriate repository for depositing your data are relevant questions.

Considerations

  • Decide at the beginning of the project what are the ELIXIR Deposition Databases for Biomolecular Data for your data types.
    • Note that you can use several repositories if you have different data types.
    • Distinguish between generic (e.g. Zenodo) and data type (technique) specific repositories (e.g. EBI repositories).

Solutions

  • If you have a repository in mind:
    • Go to the repository website and check the “help”, “guide” or “how to submit” tab to find information about required metadata.
    • On the repository website, go through the submission process (try to submit some dummy data) to identify metadata requirements. For instance, if you consider publishing your transcriptomic data in ArrayExpress, you can make your metadata spreadsheet by using Annotare 2.0 submission tool, at the beginning of the project.
    • Be aware that data type specific repositories usually have check-lists for metadata. For example, the European Nucleotide Archive provides sample checklists that can also be downloaded as a spreadsheet after log in.
  • If you do not know yet what repository you will use, look for what is the recommended minimal information (i.e. “Minimum Information about your topic”, e.g. MIAME, MINSEQE, or MIAPPE) required for your type of data in your community, or other metadata, at the following resources:

How do you find appropriate vocabularies or ontologies?

Description

Vocabularies and ontologies are describe concepts and relationships within a knowledge domain. Used wisely, they can enable both humans and computers to understand your data. There is no clear-cut division between the terms “vocabulary” and “ontology”, but the latter is more commonly used when dealing with complex (and perhaps more formal) collections of terms and relationships. Ontologies typically provide an identifier.

There are many vocabularies and ontologies available on the web. Finding a suitable one can be difficult and time-consuming.

Considerations

  • Check whether you really need to find a suitable ontology or vocabulary yourself. Perhaps the repository where you are about to submit your data have recommendations? Or the journal where you plan to publish your results?
  • Understand your goal with sharing data. Which formal requirements (by e.g. by funder or publisher) need to be fulfilled? Which parts of your data would benefit the most from adopting ontologies?
  • Learn the basics about ontologies. This will be helpful when you search for terms in ontologies and want to understand how terms are related to one another.
  • Accept that one ontology may not be sufficient to describe your data. It is very common that you have to combine terms from more than one ontology.
  • Accept terms that are good enough. Sometimes you you cannot find a term that perfectly match what you want to express. Choosing the best available term is often better than not choosing a term at all. Note that the same concept may also be present in multiple ontologies.

Solutions

What do you write in a README file?

Description

A README file is typically a text file written in text (.txt) or markdown (.md) format. The content could either be on study-level or data-level. This is a file for a potential user of your data, including yourself, it is not meant to be machine-actionable.

Considerations

  • README file can be updated with time to include information which was not available before. It is a good practice to create a first version when starting a new project.
  • For complex projects, consider to write README files on several levels, not only in the top level of the project.

Solutions

Below you will find examples of README files for study-level and data-level. For more information you might want to check documentation page from ELIXIR Belgium node.

Study/project level README

This README file was generated on [YYYY-MM-DD] by [NAME]

GENERAL INFORMATION
- Study/project title:
- Description: <provide a short description of the study/project>
- Principle Investigator:
- Link to Data management plan

ORGANIZATION
- Folder structure: similar to folder structure example above (below)
- File naming conventions (with examples) <unless your project is big and you have README files in every subfolder with this information provided there>
- File formats: <Provide a list of all file formats present in this study/project>

Data level README

This README file was generated on [YYYY-MM-DD] by [NAME]

GENERAL INFORMATION
- Dataset title:
- Description: <provide description of the dataset origin, steps used in its generation, content and its purpose>

ORGANIZATION
- Folder structure: similar to folder structure example above (below)
- File naming conventions: <provide explanation of the elements used, allowed values and examples> 
- File formats: <Provide a list of all file formats present in this dataset>

DATA COLLECTION
- Institutional catalog ID (if applicable):
- Date of data collection: <provide single date, range, or approximate date; suggested format YYYY-MM-DD>
- Link to electronic lab book (codebook) where the following is described (if it does not exist, include it here):
  - Methods used for data collection (including references, documentation (e.g. consent form template), links):
  - Geographic location of collection (if applicable):
  - Experimental & environmental conditions of collection (if applicable):
  - Standards and calibration for data collection (if applicable):
  - Uncertainty, precision and accuracy of measurements (if applicable):
  - Known problems & caveats (sampling, blanks, etc.):
  - Codes or symbols used to record missing data with description (if applicable):
- Link to data dictionary:

DATA RE-USE
- DOI/accession number (if dataset is published): 
- License (if any):
- Use restrictions (if any):
- Recommended citation for the data (if any):

Related pages

More information

With Data Stewardship Wizard (DSW), you can create, plan, collaborate, and bring your data management plans to life with a tool trusted by thousands of people worldwide — from data management pioneers, to international research institutes.

Skip tool table
Tool or resource Description Related pages Registry
AgroPortal Browser for ontologies for agricultural science based on NBCO BioPortal. Plant Phenomics Tool info Standards/Databases
BioPortal A comprehensive repository of biomedical ontologies Bioimaging data Health data Tool info Standards/Databases Training
CEDAR CEDAR is making data submission smarter and faster, so that scientific researchers and analysts can create and use better metadata. Tool info Standards/Databases
COPO Portal for scientists to broker more easily rich metadata alongside data to public repos. Plant Phenomics Plant sciences Tool info Standards/Databases
Create a Codebook Examples and tools to create a codebook by the Data Documentation Initiative (DDI)
Data Curation Centre Metadata list List of metadata standards
Dropbox Cloud storage and file sharing service Data transfer Data storage
ELIXIR Deposition Databases for Biomolecular Data List of discipline-specific deposition databases recommended by ELIXIR. CSC IFB Marine Metagenomics NeLS Data publication Standards/Databases
Evidence and Conclusion Ontology (ECO) Controlled vocabulary that describes types of evidence and assertion methods Existing data Standards/Databases
FAIRDOM-SEEK A data Management Platform for organising, sharing and publishing research datasets, models, protocols, samples, publications and other research outcomes. NeLS Plant Phenomics Microbial biotechnology Plant sciences Data storage Tool info
FAIRDOMHub Data, model and SOPs management for projects, from preliminary data to publication, support for running SBML models, etc. (public SEEK instance) NeLS Plant Genomics Plant Phenomics Microbial biotechnology Plant sciences Standards/Databases Training
FAIRsharing A curated, informative and educational resource on data and metadata standards, inter-related to databases and data policies. FAIRtracks Health data Microbial biotechnology Plant sciences Data provenance Data publication Existing data Standards/Databases Training
FigShare Data publishing platform Biomolecular simulatio... Data publication Identifiers Standards/Databases Training
GitHub Versioning system, used for sharing code, as well as for sharing of small data Machine learning Data organisation Standards/Databases Standards/Databases Training
Harvard Medical School - Electronic Lab Notebooks ELN Comparison Grid by Hardvard Medical School Identifiers
Linked Open Vocabularies (LOV) Web portal for finding ontologies
MIAME Minimum Information About a Microarray Experiment Standards/Databases Training
MIAPPE Minimum Information About a Plant Phenotyping Experiment Plant Genomics Plant Phenomics Plant sciences Standards/Databases Training
MINSEQE Minimum Information about a high-throughput SEQuencing Experiment Standards/Databases Training
Ontobee A web portal to search and visualise ontologies Standards/Databases Training
Ontology Lookup Service EMBL-EBI's web portal for finding ontologies FAIRtracks Bioimaging data Health data Tool info Standards/Databases Training
OpenScienceFramework free and open source project management tool that supports the entire research lifecycle: planning, execution, reporting, archiving, and discovery Biomolecular simulatio... Standards/Databases
PUBLISSO Documenting research data: Electronic Lab(oratory) Notebooks.
RDA Standards Directory of standard metadata, divided into different research areas Data provenance
Semares All-in-one platform for life science data management, semantic data integration, data analysis and visualization Data storage
The Open Biological and Biomedical Ontology (OBO) Foundry Collaborative effort to develob interoperable ontologies for the biological sciences Standards/Databases
University of Cambridge - Electronic Research Notebook Products List of Electronic Research Notebook Products by University of Cambridge Identifiers
Skip national tools table

Tools and resources tailored to users in different countries.

Tool or resource Description Related pages Registry
ELN Finder

Electronic Laboratory Notebook (ELN) selection service.

Researcher Research Software Engi...
ELN Guide

Guide for Electronic Laboratory Notebooks (ELN).

Researcher Research Software Engi...
ELN Video Tutorials

Video Tutorials for Electronic Laboratory Notebooks (ELN).

Researcher Research Software Engi...
GHGA

The German Human Genome-Phenome Archive.

Data storage Researcher Data Steward
eLab BioData.pt

An electronic lab notebook (ELN) for the BioData.pt community.

Researcher Data Steward Principal Investigator... Data quality Project data managemen... Data provenance Machine actionability
Agrischema

Linked data schemas for the fields of agriculture, food, agri-business, plant biology.

Data Steward Researcher
CyVerse UK

The CyVerse Data Store is a cloud-based storage space, accessible via the CyVerse Discovery Environment (DE), a virtual bioinformatics lab workbench, and developer APIs such as the AGAVE API. In the DE, users can share datasets and tools to analyse data with as many or as few people as they wish.

Data Steward Researcher
InterMine

InterMine integrates heterogenous data sources, making it easy to query and analyse data.

Data Steward Researcher
Jisc Research data management toolkit

Guidance on the research data lifecycle that signposts resources from a wide range of organisations and websites.

Data Steward Researcher
Contributors