query: The rs ID that was queried.
chromosome: The chromosome that the marker lies on.
bp: The chromosomal position, in base pairs, of the marker,
as aligned with the current genome used by dbSNP. we add 1 to the base
pair position in the BP column in the output data.frame to agree with
what the dbSNP website has.
rsid: Reference SNP cluster ID. If the rs ID queried
has been merged, the up-to-date name of the ID is returned here, and
a warning is issued.
class: The rsid's 'class'. See
https://www.ncbi.nlm.nih.gov/projects/SNP/snp_legend.cgi?legend=snpClass
for more details.
gene: If the rsid lies within a gene (either within the exon
or introns of a gene), the name of that gene is returned here; otherwise,
NA
. Note that
the gene may not be returned if the rsid lies too far upstream or downstream
of the particular gene of interest.
alleles: The alleles associated with the SNP if it is a
SNV; otherwise, if it is an INDEL, microsatellite, or other kind of
polymorphism the relevant information will be available here.
minor: The allele for which the MAF is computed,
given it is an SNV; otherwise, NA
.
maf: The minor allele frequency of the SNP, given it is an SNV.
This is drawn from the current global reference population used by NCBI (GnomAD).
ancestral_allele: allele as described in the current assembly
variation_allele: difference to the current assembly
seqname - Chromosome RefSeq reference.
hgvs - full hgvs notation for variant
assembly - which assembly was used for the annotations
ref_seq - sequence in reference assembly
maf_population - dataframe of all minor allele frequencies reported, with columns study,
reference allele, alternative allele (minor) and minor allele frequency.