v1

latestOpenAPI 3.0.0Creative Commons 0 (CC0)2026-07-14281583.4 KB
Methylation Array Data

Get all methylation array data by PGP-UK hex id

This will return an object containing all the data associated with this PGP-UK participant

get/meth_array/{pgp_hex_id}

Path parameters

pgp_hex_idstring required

PGP-UK unique participant id

Example:uk35C650

The hex id for the PGP-UK participant for whom the data needs to be fetched

Response

Success

source_namestring
characteristicsorganismstring
characteristicsindividualstring
commentbiosd_samplestring
characteristicsorganism_partstring
characteristicsagestring
unittime_unitstring
term_source_refstring
term_accession_numberstring
characteristicssexstring
characteristicssmoking_statusstring
commentupdate_informationstring
material_typestring
protocol_refstring
extract_namestring
labeled_extract_namestring
labelstring
assay_namestring
technology_typestring
array_design_refstring
array_data_filestring
comment_arrayexpress_ftp_filestring
factor_valueagestring
factor_value_organism_partstring
factor_value_smoking_statusstring
factor_value_individualstring
typestring
accessionstring
meta_data_sourcestring

Example response

[
  {
    "source_name": "Sample 1_PGPUK_B1",
    "characteristicsorganism": "Homo sapiens",
    "characteristicsindividual": "uk35C650",
    "commentbiosd_sample": "SAMEA4545245",
    "characteristicsorganism_part": "blood",
    "characteristicsage": "59.67",
    "unittime_unit": "year",
    "term_source_ref": "EFO",
    "term_accession_number": "UO_0000036",
    "characteristicssex": "male",
    "characteristicssmoking_status": "smoked in the past",
    "commentupdate_information": "  ",
    "material_type": "organism part",
    "protocol_ref": "P-MTAB-53554",
    "extract_name": "Sample 1_PGPUK_B1",
    "labeled_extract_name": "Sample 1_PGPUK_B1:Cy3",
    "label": "Cy3",
    "assay_name": "101130760050_R04C02",
    "technology_type": "array assay",
    "array_design_ref": "A-GEOD-18809",
    "array_data_file": "101130760050_R04C02_Grn.idat",
    "comment_arrayexpress_ftp_file": "ftp://ftp.ebi.ac.uk/pub/databases/microarray/data/experiment/MTAB/E-MTAB-5377/E-MTAB-5377.raw.1.zip",
    "factor_valueage": "59.67",
    "factor_value_organism_part": "blood",
    "factor_value_smoking_status": "smoked in the past",
    "factor_value_individual": "uk35C650",
    "type": "meth_array",
    "accession": "E-MTAB-5377",
    "meta_data_source": "https://www.ebi.ac.uk/arrayexpress/files/E-MTAB-5377/E-MTAB-5377.sdrf.txt"
  }
]