Query
querySearch aggregated human genetic-variant annotations on MyVariant.info. Accepts an rsID ("rs58991260"), an HGVS id ("chr1:g.218631822G>A"), or a fielded query ("dbnsfp.genename:CDK2", "clinvar.rcv.clinical_significance:pathogenic"). Each hit merges dbSNP, ClinVar clinical significance, CADD/dbNSFP deleteriousness scores, and gnomAD population allele frequencies. Returns { total, hits }; hit._id is usually the HGVS id you can pass to the variant tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Max hits to return, 1-1000 (default 10). | |
| query | Yes | rsID, HGVS id, or fielded query. e.g. "rs58991260", "chr1:g.218631822G>A", "dbnsfp.genename:CDK2". | |
| fields | No | Comma-separated return fields (default: all). e.g. "dbsnp,clinvar,cadd.phred,gnomad_genome.af". |