atlas_ingest_genetic_data
Ingest SNP genetic data from services like 23andMe or Ancestry. Store genotypes and interpretations for performance, stress, sleep, and cognition analysis.
Instructions
Store SNP/genetic data from services like 23andMe or Ancestry. Focus on SNPs relevant to performance, stress response, sleep, and cognition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snps | Yes | Map of SNP IDs to genotype data (e.g., { 'rs4680': { genotype: 'AG', interpretation: 'COMT - intermediate dopamine metabolism' } }) | |
| source | Yes | Data source (e.g., '23andMe', 'Ancestry', 'Nebula Genomics') |