This lesson is still being designed and assembled (Pre-Alpha version)

Public repositories

Overview

Teaching: 20 min
Exercises: 20 min
Questions
  • Where can I deposit datasets?

  • What are general data repositories?

  • How to find a repository?

Objectives
  • See the benefits of using research data repositories.

  • Differentiate between general and specific repositories.

  • Find a suitable repository.

What are research data repositories?

(8 min teaching) Research data repositories are online repositories that enable the preservation, curation and publication of research ‘products’. These repositories are mainly used to deposit research ‘data’. However, the scope of the repositories is broader as we can also deposit/publish ‘code’ or ‘protocols’.

There are general “data agnostic” repositories, for example:

Or domain specific, for example:

Research outputs should be submitted to discipline/domain-specific repositories whenever it is possible. When such a resource does not exist, data should be submitted to a ‘general’ repository.

Research data repositories are a key resource to help in data FAIRification as they assure Findability and Accessibility.

Let’s check a public general record and what makes it FAIR

Have a look at the following record for a dataset in Zenodo repository:
Boehm et al. (2020). Confocal micrographs and complete dataset of neuromuscular junction morphology of pelvic limb muscles of the pig (Sus scrofa) [Data set]. In Journal of Anatomy (Vol. 237, Number 5, pp. 827–836). Zenodo.
DOI
What elements make it FAIR?
Let’s go through each of the FAIR principles:

Findable (persistent identifiers, easy to find data and metadata):

  • Principle F1. (Meta)data are assigned a globally unique and persistent identifier - YES
  • Principle F2. Data are described with rich metadata (defined by R1 below)- YES
  • Principle F3. Metadata clearly and explicitly include the identifier of the data they describe - YES
  • Principle F4. (Meta)data are registered or indexed in a searchable resource - YES

Accessible (The (meta)data retrievable by their identifier using a standard web protocols):

  • A1. (Meta)data are retrievable by their identifier using a standardised communications protocol - YES
  • A2. Metadata are accessible, even when the data are no longer available - YES

Interoperable (The format of the data should be open and interpretable for various tools):

  • I1. (Meta)data use a formal, accessible, shared, and broadly applicable language for knowledge representation. - YES
  • I2. (Meta)data use vocabularies that follow FAIR principles - PARTIALLY
  • I3. (Meta)data include qualified references to other (meta)data - YES

Reusable (data should be well-described so that they can be replicated and/or combined in different settings, reuse states with a clear license):

  • R1. (Meta)data are richly described with a plurality of accurate and relevant attributes - YES
    • R1.1. (Meta)data are released with a clear and accessible data usage license - YES
    • R1.2. (Meta)data are associated with detailed provenance - YES
    • R1.3. (Meta)data meet domain-relevant community standards - YES/PARTIALLY

Exercise 1: Public general record (4 min)

DOI

Now, skim through the data set description (HINT there is also a README), try to judge the following:

  • Is it clear what the content of the data set is?
  • Is it clear why the data could be used (ie what for)?
  • Is it well described?
  • How confident will you be to work with this dataset?
  • How easy is it to access the dataset content?
  • Are your team’s datasets equally well described (or better)?

Exercise 1b: Datasets discovery (4 min instructor should search over)

Try to find either:

  • data sets related to neuromuscular junction in Zenodo
  • data sets of interest for you

Judge the following:

  • How easy is it to find similar or interesting data sets?
  • Is it clear what the content of the other data sets are?
  • Is it clear why the data could be used (ie what for)?
  • Are they well described?

Solution

Zenodo is a good place to keep your data separate from your paper. It gives access to all files, allowing you to cite the data as well (or instead of) the paper.
However, it is not ideal for discovery, and does not enforce most metadata fields! For example, searching for ‘neuromuscular junction’ brings also Surveys of Forest Birds on Puerto Rico, 2015


Exercise 2. Domain specific repositories (5 + 2 min).

Select one of the following repositories based on your expertise/interests:

  • Have a look at mRNAseq accession ‘E-MTAB-7933’ in ArrayExpress
  • Have a look at microscopy ‘project-1101’ in IDR
  • Have a look at the synthethic part record ‘SubtilinReceiver_spaRK_separated’ within the ‘bsu’ collection in SynBioHub
  • Have a look at the proteomics record ‘PXD013039’ in PRIDE
  • Have a look at the metabolomics record ‘MTBLS2289’ in Metabolights
  • Have a look at the scripts deposit ‘RNA-Seq-validation’ in GitHub

Report to the group, what advantages can you see in using a specific repository over a generalist repository like Zenodo.

Solution

Some advantages are:

  • The repository is more relevant to your discipline than a generalist one.
  • Higher exposure (people looking for those specific types of data will usually first look at the specific repository).
  • Higher number of citations (see below).

Citation Advantage

Sharing data openly increases the number of citations of the corresponding publications - the supporting evidence base is growing:

Extra features

It is also worth considering that some repositories offer extra features, such as running simulations or providing visualisation. For example, FAIRDOMhub can run model simulations and has project structures. Do not forget to take this into account when choosing your repository. Extra features might come in handy.

How do we choose a research data repository?

(3 min teaching) As a general rule, your research needs to be deposited in discipline/data specific repository. If no specific repository can be found, then you can use a generalist repository. Having said this, there are tons of data repositories to choose from. Choosing one can be time consuming and challenging as well. So how do you go about finding a repository:

Exercise 4: Finding a repository (3 min).

Using Fairsharing or Registry of research data repositories re3data

  • Find a repo for flow cytometry data.
  • Find a recommended repo for Your favourite/chosen data type.

Solution

Fairsharing lists over two hundred recommended databases. Learners here today may have selected different databases from each other, that’s fine!
The BioRDM team at University of Edinburgh recommends FlowRepository and ImmPort.

Taking another research area: if you search for ‘genomics’ on FAIRsharing, you’ll get a list of more than fifty recommended repositories.
Whereas PLoS provides a more biologically meaningful set of suggested Omics repositories, see screenshot below: screenshot of Omics section of PLoS webpage

(7 min teaching including the discussion about repositories in Ex5)

A list of UoE BioRDM’s recommended data repositories can be found here.

What comes first? the repository or the metadata?

Finding a repository first may help in deciding what metadata to collect and how!

Evaluating a research data repository

You can evaluate the repositories by following this criteria:

An interesting take can be found at Peter Murray-Rust’s blog post Criteria for successful repositories.

Exercise 5: Using repositories (5 min).

Discuss the following questions:

  • Why is choosing (a) domain specific repository(ies) over Zenodo more FAIR?
  • How can selecting a repository for your data as soon as an experiment is performed (or even before!) benefit your team’s research and help data become FAIR?
  • What is the FAIRest thing to do if your publication contains multiple data types?
  • What is the most surprising thing you’ve learned today?

Attribution

Content of this episode was adapted from or inspired by:

Key Points

  • Repositories are the main means for sharing research data.

  • You should use a data-type specific repository whenever possible.

  • Repositories are the key players in data reuse.