Skip to content

Latest commit

 

History

History
547 lines (345 loc) · 44.6 KB

File metadata and controls

547 lines (345 loc) · 44.6 KB

Sample and Data Relationship Format for Proteomics (SDRF-Proteomics)

1. Status of this document

This document provides information to the proteomics community about a proposed standard for sample metadata annotations in public repositories called Sample and Data Relationship File (SDRF)-Proteomics format. Distribution is unlimited.

Version Draft - this is a draft of version 1.0

2. Abstract

The Human Proteome Organisation (HUPO) Proteomics Standards Initiative (PSI) defines community standards for data representation in proteomics to facilitate data comparison, exchange, and verification. This document presents a specification for a sample metadata annotation of proteomics experiments.

Further detailed information, including any updates to this document, implementations, and examples is available at https://github.com/bigbio/proteomics-metadata-standard. The official PSI web page for the document is the following: http://psidev.info/sdrf .

3. Introduction

Many resources have emerged that provide raw or integrated proteomics data in the public domain. If these are valuable individually, their integration through re-analysis represents a huge asset for the community [1]. Unfortunately, proteomics experimental design and sample related information are often missing in public repositories or stored in very diverse ways and formats. For example, the CPTAC consortium (https://cptac-data-portal.georgetown.edu/) provides for every dataset a set of excel files with the information on each sample (e.g. https://cptac-data-portal.georgetown.edu/study-summary/S048) including tumor size, origin, but also how every sample is related to a specific raw file (e.g. instrument configuration parameters). As a resource routinely re-analysing public datasets, ProteomicsDB, captures for each sample in the database a minimum number of properties to describe the sample and the related experimental protocol such as tissue, digestion method and instrument (e.g. https://www.proteomicsdb.org/#projects/4267/6228). Such heterogeneity often prevents data interpretation, reproducibility, and integration of data from different resources. This is why we propose a homogenous standard for proteomics metadata annotation. For every proteomics dataset we propose to capture at least three levels of metadata: (i) dataset description, (ii) the sample and data files related information; and (iii) the technical/proteomics specific information in standard data file formats (e.g. the PSI formats mzIdentML, mzML, or mzTab, among others).

The general description includes minimum information to describe the study overall: title, description, date of publication, type of experiment (e.g. http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID=PXD016060.0-1&outputMode=XML). The standard data files contain mostly the technical metadata associated with the dataset including search engine settings, scores, workflows, configuration files, but do not include information about the sample metadata and/or the experimental design. Currently, all ProteomeXchange partners mandate this information for each dataset. However, the information regarding the sample and its relation to the data files (Figure 1) is mostly missing [1].

These three levels of metadata are combined in the well-established data formats ISA-TAB [2] (https://www.isacommons.org/) or MAGE-TAB [3], which are used in other omics fields such as metabolomics and transcriptomics. In both data formats, a tab-delimited file is used to annotate the sample metadata and link it to the corresponding data file(s) (sample and data relationship file format - SDRF). Both data formats encode the properties and sample attributes as columns, and each row represents a sample in the study. However, more important that the file-format itself, general guidelines about what information should be encoded to enable reproducibility of the proteomics results is needed. The lack of guidelines to annotate information such as disease stage, cell line code, or organism part, or the analytical information about labelling channels (e.g. TMT, SILAC) makes the data representation incomplete. The consequence is that it is not possible to understand the original experiment, and/or perform a re-analysis of the dataset having all the necessary information for reproducibility purposes. If the information about the fractions, labelling channels, or enrichment methods is not annotated, the reuse and reproduction of the original results will be challenging, if possible, at all.

sample metadata

Figure 1: SDRF-Proteomics file format stores the information of the sample and its relation to the data files in the dataset. The file format includes not only information about the sample but also about how the data was acquired and processed.

3.1. Requirements

The SDRF-Proteomics format describes the sample characteristics and the relationships between samples and data files included in a dataset. The information in SDRF files is organised so that it follows the natural flow of a proteomics experiment. The main requirements to be fulfilled for SDRF-Proteomics format are:

  • The SDRF file is a tab-delimited format where each ROW corresponds to a relationship between a Sample and a Data file (and MS signal corresponding to labelling in the context of multiplexed experiments).

  • Each column MUST correspond to an attribute/property of the Sample or the Data file.

  • Each value in each cell MUST be the property for a given Sample or Data file.

  • The file MUST begin with columns describing the samples of origin and continue with the data files generated from their MS analyses.

  • Support for handling unknown values/characteristics.

3.2. Issues to be addressed

The main issues to be addressed by the SDRF are:

  • It MUST be able to represent the sample metadata and the data files generated by the instruments or the analyses.

  • It MUST be able to represent the experimental design including the way samples and data have been collected.

4. Notational Conventions

The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMEND/RECOMMENDED”, “MAY”, “COULD BE”, and “OPTIONAL” are to be interpreted as described in RFC 2119 (2).

5. Documentation

The official website for SDRF-Proteomics project is https://github.com/bigbio/proteomics-metadata-standard. New use cases, changes to the specification and examples can be added by using Pull requests or issues in GitHub (see introduction to GitHub - https://lab.github.com/githubtraining/introduction-to-github).

A set of examples and annotated projects from ProteomeXchange can be found here: https://github.com/bigbio/proteomics-metadata-standard/tree/master/annotated-projects

Multiple tools have been implemented to validate SDRF-Proteomics files for users familiar with Python and Java:

  • sdrf-pipelines (Python - https://github.com/bigbio/sdrf-pipelines): This tool allows to validate an SDRF-Proteomics file. In addition, it allows to convert SDRF to other popular pipelines and software configure files such as: MaxQuant or OpenMS.

  • jsdrf (Java - https://github.com/bigbio/jsdrf ): This Java library and tool allows to validate SDRF-Proteomics files. It also includes a generic data model that can be used by Java applications.

6. Relationship to other specifications

SDRF-Proteomics is fully compatible with the SDRF file format part of MAGE-TAB. MAGE-TAB is the file format used to store metadata and sample information for transcriptomics experiments. When the proteomeXchange project file is converted to idf file (project description in MAGE-TAB) and is combined with the SDRF-Proteomics a valid MAGE-TAB is obtained.

SDRF-Proteomics sample information can be embedded into mzTab metadata files. The sample metadata in mzTab contains properties as the columns in the SDRF-Proteomics and values as Sample cell values.

The SDRF-Proteomics aims to capture the sample metadata and its relationship with the data files (e.g. raw files from mass spectrometers). The SDRF-Proteomics do not aim to capture the downstream analysis part of the experimental design such as what samples should be compared, how they can be combined or parameters for the downstream analysis (FDR or p-values thresholds). The HUPO-PSI community will work in the future to include these information in other file formats such as mzTab or a new type of file format.

7. Ontologies/Controlled Vocabularies Supported

The list of ontologies/controlled vocabularies (CV) supported are:

  • PSI Mass Spectrometry CV (PSI-MS)

  • Experimental Factor Ontology (EFO).

  • Unimod protein modification database for mass spectrometry

  • PSI-MOD CV (PSI-MOD)

  • Cell line ontology

  • Drosophila anatomy ontology

  • Cell ontology

  • Plant ontology

  • Uber-anatomy ontology

  • Zebrafish anatomy and development ontology

  • Zebrafish developmental stages ontology

  • Plant Environment Ontology

  • FlyBase Developmental Ontology

  • Rat Strain Ontology

  • Chemical Entities of Biological Interest Ontology

  • NCBI organismal classification

  • PATO - the Phenotype and Trait Ontology

  • PRIDE Controlled Vocabulary (CV)

8. SDRF-Proteomics file format

The SDRF-Proteomics file format describes the sample characteristics and the relationships between samples and data files. The file format is a tab-delimited one where each ROW corresponds to a relationship between a Sample and a Data file (and MS signal corresponding to labelling in the context of multiplexed experiments), each column corresponds to an attribute/property of the Sample and the value in each cell is the specific value of the property for a given Sample (Figure 2).

sdrf nutshell

Figure 2: SDRF-Proteomics in a nutshell. The file format is a tab-delimited one where columns are properties of the sample, the data file or the variables under study. The rows are the samples of origin and the cells are the values for one property in a specific sample.

8.1. SDRF-Proteomics format rules

There are general scenarios/use cases that are addressed by the following rules:

  • Unknown values: In some cases, the column is mandatory in the format but for some samples the corresponding value is unknown. In those cases, users SHOULD use ‘not available’.

  • Not Applicable values: In some cases, the column is mandatory but for some samples the corresponding value is not applicable. In those cases, users SHOULD use ‘not applicable’.

  • Case sensitivity: By specification the SDRF is case insensitive, but we RECOMMEND using lowercase characters throughout all the text (Column names and values).

  • Spaces: By specification the SDRF is case sensitive to spaces (sourcename != source name).

  • Column order: The SDRF MUST start with the source name column (accession/name of the sample of origin), then all the sample characteristics; followed by the assay name corresponding to the MS run. Finally, after the assay name all the comments (properties of the data file generated).

  • Extension: The extension of the SDRF should be .tsv or .txt.

8.2. SDRF-Proteomics values

The value for each property (e.g. characteristics, comment) corresponding to each sample can be represented in multiple ways.

  • Free Text (Human readable): In the free text representation, the value is provided as text without Ontology support (e.g. colon or providing accession numbers). This is only RECOMMENDED when the text inserted in the table is the exact name of an ontology/CV term in EFO. If the term is not in EFO, other ontologies can be used.

source name characteristics[organism]

sample 1

homo sapiens

sample 2

homo sapiens

  • Ontology url (Computer readable): Users can provide the corresponding URI (Uniform Resource Identifier) of the ontology/CV term as a value. This is recommended for enriched files where the user does not want to use intermediate tools to map from free text to ontology/CV terms.

source name characteristics[organism]

Sample 1

http://purl.obolibrary.org/obo/NCBITaxon_9606

Sample 2

http://purl.obolibrary.org/obo/NCBITaxon_9606

  • Key=value representation (Human and Computer readable): The current representation aims to provide a mechanism to represent the complete information of the ontology/CV term including Accession, Name and other additional properties. In the key=value pair representation the Value of the property is represented as an Object with multiple properties, where the key is one of the properties of the object and the value is the corresponding value for the particular key. An example of key value pairs is post-translational modification Section 10.2.1

    NT=Glu->pyro-Glu; MT=fixed; PP=Anywhere; AC=Unimod:27; TA=E

9. SDRF-Proteomics: Samples metadata

The Sample metadata has different Categories/Headings to organize all the attributes/ column headers of a given sample. Each Sample contains a source name (accession) and a set of characteristics. Any proteomics sample MUST contain the following characteristics:

  • source name: Unique sample name (it can be present multiple times if the same sample is used several times in the same dataset)

  • characteristics[organism]: The organism of the Sample of origin.

  • characteristics[disease]: The disease under study in the Sample.

  • characteristics[organism part]: The part of organism’s anatomy or substance arising from an organism from which the biomaterial was derived (e.g. liver)

  • characteristics[cell type]: A cell type is a distinct morphological or functional form of cell. Examples are epithelial, glial etc.

Example:

source name characteristics[organism] characteristics[organism part] characteristics[disease] characteristics[cell type]

sample_treat

homo sapiens

liver

liver cancer

not available

sample_control

homo sapiens

liver

liver cancer

not available

ℹ️
Additional characteristics can be added depending on the type of the experiment and sample. The SDRF-Proteomics templates defines a set of templates and checklists of properties that should be provided depending on the proteomics experiment.

Some important notes:

  • Each characteristics name in the column header SHOULD be a CV term from the EFO ontology. For example, the header characteristics[organism] corresponds to the ontology term Organism.

  • Multiple values (columns) for the same characteristics term are allowed in SDRF-Proteomics. However, it is RECOMMENDED not to use the same column in the same file. If you have multiple phenotypes, you can specify what it refers to or use another more specific term, e.g. "immunophenotype".

10. SDRF-Proteomics: Data files metadata

The connection between the Samples to the Data files is done by using a series of properties and attributes (comments - for backward compatibility with SDRF in transcriptomics comment MUST be use). All the properties referring to the MS run (file) itself are annotated with the category comment. The use of comment is mainly aimed at differentiating sample properties from the data properties. It matches a given sample to the corresponding file(s). The word comment is used for backwards-compatibility with gene expression experiments (RNA-Seq and Microarrays experiments).

The order of the columns is important, assay name SHOULD always be located before the comments. It is RECOMMENDED to put the last column as comment[data file]. The following properties MUST be provided for each data file (ms run) file:

  • assay name: For SDRF back-compatibility MSRun cannot be used. Instead assay name is used. Examples of assay names are: “run 1”, “run_fraction_1_2”.

  • comment[fraction identifier]: The fraction identifier allows to record the number of a given fraction. The fraction identifier corresponds to this ontology term. It MUST start from 1 and if the experiment is not fractionated, 1 MUST be used for each MSRun (assay).

  • comment[label]: label describes the label applied to each Sample (if any). In case of multiplex experiments such as TMT, SILAC, and/or ITRAQ the corresponding label SHOULD be added. For Label-free experiments the label free sample term MUST be used Section 10.1.

  • comment[data file]: The data file provides the name of the raw file generated by the instrument. The data files can be instrument raw files but also converted peak lists such as mzML, MGF or result files like mzIdentML.

  • comment[instrument]: Instrument model used to capture the sample Section 10.1.1.

Example:

assay name

comment[label]

comment[fraction identifier]

comment[instrument]

comment[data file]

sample 1

run 1

label free sample

1

NT=LTQ Orbitrap XL

000261_C05_P0001563_A00_B00K_R1.RAW

sample 1

run 2

label free sample

2

NT=LTQ Orbitrap XL

000261_C05_P0001563_A00_B00K_R2.RAW

💡
All the possible label values can be seen in the in the PRIDE CV under the Label node.

10.1. Label annotations

In order to annotate quantitative datasets, the SDRF file format uses tags for each channel associated with the sample in comment[label]. The label values are organized under the following ontology term Label. Some of the most popular labels are:

  • For label-free experiments the value SHOULD be: label free sample

  • For TMT experiments the SDRF uses the PRIDE ontology terms under sample label. Here some examples of TMT channels:

    TMT126, TMT127, TMT127C, TMT127N, TMT128 , TMT128C, TMT128N, TMT129, TMT129C, TMT129N, TMT130, TMT130C, TMT130N, TMT131

In order to achieve a clear relationship between the label and the sample characteristics, each channel of each sample (in multiplex experiments) SHOULD be defined in a separate row: one row per channel used (annotated with the corresponding comment[label] per file.

Examples:

10.1.1. Type and Model of Mass Spectrometer

The model of the mass spectrometer SHOULD be specified as comment[instrument]. Possible values are listed under instrument model term.

Additionally, it is strongly RECOMMENDED to include comment[MS2 analyzer type]. This is important e.g. for Orbitrap models where MS2 scans can be acquired either in the Orbitrap or in the ion trap. Setting this value allows to differentiate high-resolution MS/MS data. Possible values of comment[MS2 analyzer type] are mass analyzer types.

10.2. Additional Data files technical properties

It is RECOMMENDED to encode some of the technical parameters of the MS experiment as comments including the following parameters:

  • Protein Modifications

  • Precursor and Fragment ion mass tolerances

  • Digestion Enzymes

10.2.1. Protein Modifications

Sample modifications (including both chemical modifications and post translational modifications, PTMs) are originated from multiple sources: artifactual modifications, isotope labeling, adducts that are encoded as PTMs (e.g. sodium) or the most biologically relevant PTMs.

It is RECOMMENDED to provide the modifications expected in the sample including the amino acid affected, whether it is Variable or Fixed (also Custom and Annotated modifications are supported) and included other properties such as mass shift/delta mass and the position (e.g. anywhere in the sequence).

The RECOMMENDED name of the column for sample modification parameters is: comment[modification parameters].

The modification parameters are the name of the ontology term MS:1001055.

For each modification, different properties are captured using a key=value pair structure including name, position, etc. All the possible (optional) features available for modification parameters are:

Property Key Example Mandatory(:white_check_mark:)/Optional(:zero:) comment

Name of the Modification

NT

NT=Acetylation

* Name of the Term in this particular case Modification, for custom modifications can be a name defined by the user.

Modification Accession

AC

AC=UNIMOD:1

0️⃣

Accession in an external database UNIMOD or PSI-MOD supported.

Chemical Formula

CF

CF=H(2)C(2)O

0️⃣

This is the chemical formula of the added or removed atoms. For the formula composition please follow the guidelines from UNIMOD

Modification Type

MT

MT=Fixed

0️⃣

This specifies which modification group the modification should be included with. Choose from the following options: [Fixed, Variable, Annotated]. Annotated is used to search for all the occurrences of the modification into an annotated protein database file like UNIPROT XML or PEFF.

Position of the modification in the Polypeptide

PP

PP=Any N-term

0️⃣

Choose from the following options: [Anywhere, Protein N-term, Protein C-term, Any N-term, Any C-term]. Default is Anywhere.

Target Amino acid

TA

TA=S,T,Y

The target amino acid letter. If the modification targets multiple sites, it can be separated by ,.

Monoisotopic Mass

MM

MM=42.010565

0️⃣

The exact atomic mass shift produced by the modification. Please use at least 5 decimal places of accuracy. This should only be used if the chemical formula of the modification is not known. If the chemical formula is specified, the monoisotopic mass will be overwritten by the calculated monoisotopic mass.

Target Site

TS

TS=N[^P][ST]

0️⃣

For some software, it is important to capture complex rules for modification sites as regular expressions. These use cases should be specified as regular expressions.

We RECOMMEND for indicating the modification name, to use the UNIMOD interim name or the PSI-MOD name. For custom modifications, we RECOMMEND using an intuitive name. If the PTM is unknown (custom), the Chemical Formula or Monoisotopic Mass MUST be annotated.

An example of an SDRF-Proteomics file with sample modifications annotated, where each modification needs an extra column:

comment[modification parameters] comment[modification parameters]

sample 1

NT=Glu→pyro-Glu; MT=fixed; PP=Anywhere; AC=Unimod:27; TA=E

NT=Oxidation; MT=Variable; TA=M

10.2.2. Cleavage agents

The REQUIRED comment [cleavage agent details] property is used to capture the enzyme information. Similar to protein modification a key=value pair representation is used to encode the following properties for each enzyme:

Property

Key

Example

Mandatory(:white_check_mark:)/Optional(:zero:)

comment

Name of the Enzyme

NT

NT=Trypsin

* Name of the Term in this particular case Name of the Enzyme.

Enzyme Accession

AC

AC=MS:1001251

0️⃣

Accession in an external PSI-MS Ontology definition under the following category Cleavage agent name.

Cleavage site regular expression

CS

CS=(?⇐[KR])(?!P)

0️⃣

The cleavage site defined as a regular expression.

An example of an SDRF-Proteomics with annotated endopeptidase:

source name …​ comment[cleavage agent details]

sample 1

…​.

NT=Trypsin; AC=MS:1001251; CS=(?⇐[KR])(?!P)

ℹ️
If no endopeptidase is used, for example in the case of Top-down/intact protein experiments, the value SHOULD be ‘not applicable’.

10.2.3. Precursor and Fragment mass tolerances

For proteomics experiments, it is important to encode different mass tolerances (for precursor and fragment ions).

comment[fragment mass tolerance] comment[precursor mass tolerance]

sample 1

0.6 Da

20 ppm

Units for the mass tolerances (either Da or ppm) MUST be provided.

11. SDRF-Proteomics study variables

The variable/property under study SHOULD be highlighted using the factor value category. For example, the factor value[tissue] is used when the user wants to compare expression across different tissues. You can add Multiple variables under study by providing multiple factor values.

factor value

0️⃣

0..*

“factor value” columns SHOULD indicate which experimental factor/variable is used as the hypothesis to perform the data analysis. The “factor value” columns SHOULD occur after all characteristics and the attributes of the samples.

factor value[phenotype]

12. SDRF-Proteomics conventions

Conventions define how to encode some particular information in the file format in specific use cases. Conventions define a set of new columns that are needed to represent a particular use case or experiment type (e.g. phosphorylation dataset). In addition, conventions define how some specific free-text columns (value that are not defined as ontology terms) should be written. Conventions are compiled from the proteomics community using https://github.com/bigbio/proteomics-metadata-standard/issues or pull-request and will be added to updated versions of this specification document in the future.

In the convention section Chapter 12, the columns are described and defined, while in the section use cases and templates Chapter 13 the columns needed to describe a use case are specified.

12.1. How to encode age

One of the characteristics of a patient sample can be the age of an individual. It is RECOMMENDED to provide the age in the following format: {X}Y{X}M{X}D. Some valid examples are:

  • 40Y (forty years)

  • 40Y5M (forty years and 5 months)

  • 40Y5M2D (forty years, 5 months, and 2 days)

When needed, weeks can also be used: 8W (eight weeks)

Age interval:

Sometimes the sample does not have an exact age but a range of age. To annotate an age range the following standard is RECOMMENDED:

40Y-85Y

This means that the subject (sample) is between 40 and 85 years old. Other temporal information can be encoded similarly.

12.2. Phosphoproteomics and other post-translational modifications enriched studies

In PTM-enriched experiments, the characteristics[enrichment process] SHOULD be provided. The different values already included in EFO are:

  • enrichment of phosphorylated Protein

  • enrichment of glycosylated Protein

This characteristic can be used as a factor value[enrichment process] to differentiate the expression between proteins in the phospho-enriched sample compared with the control.

12.3. Pooled samples

When multiple samples are pooled into one, the general approach is to annotate them separately, abiding by the general rule: one row stands for one sample-to-file relationship. In this case, multiple rows are created for the corresponding data file, much like in Section 10.1.

One possible exception is made for the case when one channel e.g. in a TMT/iTRAQ multiplexed experiment is used for a sample pooled from all other channels, typically for normalization purposes. In this case, it is not necessary to repeat all sample annotations. Instead, a special characteristic can be used:

source name characteristics[pooled sample] assay name comment[label] comment[data file]

sample 1

not pooled

run 1

TMT131

file01.raw

sample 2

not pooled

run 1

TMT131C

file01.raw

sample 10

SN=sample 1,sample 2, …​ sample 9

run 1

TMT128

file01.raw

SN stands for source names and lists source name fields of samples that are annotated in the same file and used in the same experiment and same MS run.

Another possible value for characteristics[pooled sample] is a string pooled for cases when it is known that a sample is pooled but the individual samples cannot be annotated.

12.4. Derived samples (such as patient-derived xenografts)

In cancer research, patient-derived xenografts (PDX) are commonly used. In those, the patient’s tumor is transplanted into another organism, usually a mouse. In these cases, the metadata, such as age and sex MUST refer to the original patient and not the mouse.

PDX samples SHOULD be annotated by using the column name characteristics[xenograft]. The value should then describe the growth condition, such as ‘pancreatic cancer cells grown in nude mice’.

For experiments where both the PDX and the original tumor are measured, the PDX entry SHOULD reference the respective tumor sample’s source name in the characteristics[source name] column. Non-PDX samples SHOULD contain the “not applicable” value in the characteristics[xenograft] and the characteristics[source name] column. Both tumor and PDX samples SHOULD reference the patient using the characteristics[individual] column. This column SHOULD contain some sort of patient identifier.

12.5. Spiked-in samples

There are multiple scenarios when a sample is spiked with additional analytes. Peptides, proteins, or mixtures can be added to the sample as controlled amounts to provide a standard or ground truth for quantification, or for retention time alignment, etc.

To include information about the spiked compounds, use characteristics[spiked compound]. The information is provided in key-value pairs. Here are the keys and values that SHOULD be provided:

Key Meaning Examples Peptide Protein Mixture Other

SP

Species

Escherichia coli K-12

0️⃣

0️⃣

0️⃣

0️⃣

CT

Compound type

protein, peptide, mixture, other

QY

Quantity (molar or mass)

10 mg, 20 nmol

PS

Peptide sequence

PEPTIDESEQ

AC

Uniprot Accession

A9WZ33

CN

Compound name

iRT mixture, substance name

0️⃣

0️⃣

0️⃣

CV

Compound vendor

in-house or vendor name

0️⃣

0️⃣

0️⃣

CS

Compound specification URI

http://vendor.web.site/specs/coomercial-kit.xlsx

0️⃣

0️⃣

0️⃣

0️⃣

CF

Compound formula

C2H2O

0️⃣

In addition to specifying the component and its quantity, the injected mass of the main sample SHOULD be specified as characteristics[mass].

An example of SDRF-Proteomics for a sample spiked with a peptide would be:

characteristics[mass]

charateristics[spiked compound]

1 ug

CT=peptide;PS=PEPTIDESEQ;QY=10 fmol

For multiple spiked components, the column characteristics[spiked compound] may be repeated.

If the spiked component is another biological sample (e.g. E. coli lysate spiked into human sample), then the spiked component MUST be annotated in its own row. Both components of the sample SHOULD have characteristics[mass] specified. Inclusion of characteristics[spiked compound] is optional in this case; if provided, it SHOULD be the string spiked for the spiked sample.

12.6. Synthetic peptide libraries

It is common to use synthetic peptide libraries for proteomics, and MS use cases include:

  • Benchmark of analytical and bioinformatics methods and algorithms.

  • Improvement of peptide identification/quantification using spectral libraries.

When describing synthetic peptide libraries most of the sample metadata can be declared as “not applicable”. However, some authors can annotate the organism for example because they know the library has been designed from specific peptide species, see example Synthetic Peptide experiment (https://github.com/bigbio/proteomics-metadata-standard/blob/master/annotated-projects/PXD000759/sdrf.tsv).

It is important to annotate that the sample is a synthetic peptide library, this can be done by adding the characteristics[synthetic peptide]. The possible values are “synthetic” or “not synthetic”.

12.7. Normal and healthy samples

Samples from healthy patients or individuals normally appear in manuscripts and annotations as healthy or normal. We RECOMMEND using the word “normal” mapped to term PATO_0000461 that is in EFO: normal PATO term. Example:

source name characteristics[organism] characteristics[organism part] characteristics[phenotype] characteristics[compound] factor value[phenotype]

sample_treat

homo sapiens

Whole Organism

necrotic tissue

drug A

necrotic tissue

sample_control

homo sapiens

Whole Organism

normal

none

normal

12.8. Encoding sample technical and biological replicates

Different measurements of the same biological sample are often categorized as (i) Technical or (ii) Biological replicates, based on whether they are (i) matched on all variables, e.g. same sample and same protocol; or (ii) different samples matched on explanatory variable(s), e.g. different patients receiving a placebo, in a placebo vs. drug trial. Technical and biological replicates have different levels of independence, which must be taken into account during data interpretation.

For a given experiment, there are different levels to which samples can be matched - e.g. same sample, sample protocol, covariates - the definition of technical replicate can therefore vary based on the number of variables included. In addition, an experiment might be used in multiple models with different explanatory variable(s), and biological replicates in one model would not be replicates in another. Therefore, Technical vs. Biological considerations, while sometimes relevant to analytical and statistical interpretation, fall beyond the scope of the SDRF-Proteomics format. However, data providers are encouraged to provide any identifier - e.g. Biological_replicate_1, Technical_replicate_2 - that would help linking the samples to their analytical and statistical analysis as comments. A good starting point for the SDRF-Proteomics specification is the following:

technical replicate: It is defined as repeated measurements of the same sample that represent independent measures of the random noise associated with protocols or equipment [4].

In MS-based proteomics a technical replicate can be, for example, doing the full sample preparation from extraction to MS multiple times to control variability in the instrument and sample preparation. Another valid example would be to replicate only one part of the analytical method, for example, run the sample twice on the LC-MS/MS. technical replicates indicate if measurements are scientifically robust or noisy, and how large the measured effect must be to stand out above that noise.

In the following example, only if the technical replicate column is provided, one can distinguish quantitative values of the same fraction but different technical replicates.

source name

assay name

comment[label]

comment[fraction identifier]

comment[technical replicate]

comment[data file]

Sample 1

run 1

label free sample

1

1

000261_C05_P0001563_A00_B00K_F1_TR1.RAW

Sample 1

run 2

label free sample

2

1

000261_C05_P0001563_A00_B00K_F2_TR1.RAW

Sample 1

run 3

label free sample

1

2

000261_C05_P0001563_A00_B00K_F1_TR2.RAW

Sample 1

run 4

label free sample

2

2

000261_C05_P0001563_A00_B00K_F2_TR2.RAW

The comment[technical replicate] column is MANDATORY. Please fill it with 1 if technical replicates are not performed in a study.

Biological replicate: parallel measurements of biologically distinct samples that capture biological variation, which may itself be a subject of study or a source of noise. Biological replicates address if and how widely the results of an experiment can be generalized. For example, repeating a particular assay with independently generated samples, individuals or samples derived from various cell types, tissue types, or organisms, to see if similar results can be observed. Context is critical, and appropriate biological replicates will indicate whether an experimental effect is sustainable under a different set of biological variables or an anomaly itself.

In SDRF-Proteomics biological replicates can be annotated using characteristics[biological replicate] and it is MANDATORY. Please fill it with 1 if biological replicates are not performed in a study.

Some examples with explicit annotation of the biological replicates can be found here:

12.9. Sample preparation properties

In order to encode sample preparation details, we strongly RECOMMEND specifying the following parameters.

  • comment [depletion]: The removal of specific components of a complex mixture of proteins or peptides based on some specific property of those components. The values of the columns will be no depletion or depletion. In the case of depletion depleted fraction of bound fraction can be specified.

  • comment [reduction reagent]: The chemical reagent that is used to break disulfide bonds in proteins. The values of the column are under the term reduction reagent. For example, DTT.

  • comment [alkylation reagent]: The alkylation reagent that is used to covalently modify cysteine SH-groups after reduction, preventing them from forming unwanted novel disulfide bonds. The values of the column are under the term alkylation reagent. For example, IAA.

  • comment [fractionation method]: The fraction method used to separate the sample. The values of this term can be read under PRIDE ontology term Fractionation method. For example, Off-gel electrophoresis.

12.10. MS/MS properties

  • comment[collision energy]: Collision energy can be added as non-normalized (10000 eV) or normalized (1000 NCE) value.

  • comment[dissociation method]: This property will provide information about the fragmentation method, like HCD, CID. The values of the column are under the term dissociation method.

12.11. RAW file URI

We RECOMMEND to include the public URI of the file if available. For example for ProteomeXchange datasets the URI from the FTP can be provided:

…​ comment[file uri]

sample 1

…​

https://ftp.ebi.ac.uk/pride-archive/2017/09/PXD005946/000261_C05_P0001563_A00_B00K_R1.RAW

12.12. Multiple projects into one annotation file

Curators can decide to annotate multiple ProteomeXchange datasets into one large SDRF-Proteomics file for reanalysis purposes. If that is the case, it is RECOMMENDED to use the comment[proteomexchange accession number] to differentiate between different datasets.

13. SDRF-Proteomics use cases representation (templates)

Please visit the following document to read about SDRF-Proteomics use cases, templates and checklists.

14. Examples of annotated datasets

15. Ongoing use case discussions

We have created a file in GitHub Ongoing use case discussions where we aggregate all the ongoing discussions about the format.

16. Intellectual Property Statement

The PSI takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Copies of claims of rights made available for publication and any assurances of licenses to be made available or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the PSI Chair.

The PSI invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to practice this recommendation. Please address the information to the PSI Chair (see contacts information at PSI website).

Copyright © Proteomics Standards Initiative (2020). All Rights Reserved.

This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published, and distributed, in whole or in part, without the restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to the PSI or other organizations, except as needed for the purpose of developing Proteomics Recommendations in which case the procedures for copyrights defined in the PSI Document process must be followed, or as required to translate it into languages other than English.

The limited permissions granted above are perpetual and will not be revoked by the PSI or its successors or assigns.

This document and the information contained herein is provided on an "AS IS" basis and THE PROTEOMICS STANDARDS INITIATIVE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."

18. References

  • [1] Y. Perez-Riverol, S. European Bioinformatics Community for Mass, Toward a Sample Metadata Standard in Public Proteomics Repositories, J Proteome Res 19(10) (2020) 3906-3909.

  • [2] A. Gonzalez-Beltran, E. Maguire, S.A. Sansone, P. Rocca-Serra, linkedISA: semantic representation of ISA-Tab experimental metadata, BMC Bioinformatics 15 Suppl 14 (2014) S4.

  • [3] T.F. Rayner, P. Rocca-Serra, P.T. Spellman, H.C. Causton, A. Farne, E. Holloway, R.A. Irizarry, J. Liu, D.S. Maier, M. Miller, K. Petersen, J. Quackenbush, G. Sherlock, C.J. Stoeckert, Jr., J. White, P.L. Whetzel, F. Wymore, H. Parkinson, U. Sarkans, C.A. Ball, A. Brazma, A simple spreadsheet-based, MIAME-supportive format for microarray data: MAGE-TAB, BMC Bioinformatics 7 (2006) 489.

  • [4] P. Blainey, M. Krzywinski, N. Altman, Points of significance: replication, Nat Methods 11(9) (2014) 879-80.