Food Response Implementation Notes


Sample Request Body

{
    "gender": "female",
    "ethnicity": "CHB",
    "genotypes": {
        "rs2282679": "AA",
        "rs1229984": "GG",
        "rs324650": "TT"
    }
}

Sample Response Body

{
    "effectsFound": {
        "nicotine": {
            "displayName": "Nicotine",
            "effects": [
                {
                    "genotypeEffect": "Increased",
                    "attribute": "Risk of nicotine dependence",
                    "snpCount": "1",
                    "snpList": [
                        "rs324650"
                    ]
                }
            ],
            "effectsFoundInEthnicity": "CEU"
        },
        "vitamin_d": {
            "displayName": "Vitamin D",
            "effects": [
                {
                    "genotypeEffect": "Average",
                    "attribute": "Vitamin D levels",
                    "snpCount": "1",
                    "snpList": [
                        "rs2282679"
                    ]
                }
            ],
            "effectsFoundInEthnicity": "CHB"
        },
        "alcohol": {
            "displayName": "Alcohol",
            "effects": [
                {
                    "genotypeEffect": "Average",
                    "attribute": "Alcohol tolerance",
                    "snpCount": "1",
                    "snpList": [
                        "rs1229984"
                    ]
                }
            ],
            "effectsFoundInEthnicity": "CHB"
        }
    }
}

List of nutrient keys

Key Nutrient
alcohol Alcohol
caffeine Caffeine
calcium Calcium
folicAcid Folic Acid
gluten Gluten
lactose Lactose
nicotine Nicotine
uricAcid Uric Acid
vitaminD Vitamin D