⚠️ Under construction.
API Docs
Core Resources
Samples

Samples

In the LifeNome Core Platform, a “Sample” refers to an anonymized abstraction of individuals from whom genetic and non-genetic information are gathered and subsequent analysis is performed to provide a holistic view of individual’s health and well-being, allowing for a comprehensive analysis that extends beyond genetics to include lifestyle, environment, and health-related factors.

Each Sample is represented by a data object with an abstract (anonymous) identifier, ensuring that no personal information of the individual is included.

Related guides:

Sample Object

Attributes

  • id

    required

    string

  • name

    string

  • created_at

    required

    string

  • genotype

    required

    ???


  • Sample Operations

    Create a Sample

    /samples/

    Create sample

    Update a Sample

    Retrieve a Sample

    List all Samples

    Todo...