annotations: Get all openSNP phenotypes, their variations, and how many...

Description Usage Arguments Value See Also Examples

View source: R/annotations.R

Description

Either return data.frame with all results, or output a list, then call the charicteristic by id (parameter = "id") or name (parameter = "characteristic").

Usage

1
2
3
4
5
annotations(
  snp = NA,
  output = c("all", "plos", "mendeley", "snpedia", "metadata"),
  ...
)

Arguments

snp

SNP name.

output

Name the source or sources you want annotations from (options are: 'plos', 'mendeley', 'snpedia', 'metadata'). 'metadata' gives the metadata for the response.

...

Curl options passed on to crul::HttpClient

Value

data.frame of results

See Also

Other opensnp-fxns: allgensnp(), allphenotypes(), download_users(), fetch_genotypes(), genotypes(), phenotypes_byid(), phenotypes(), users()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
# Get all data
## get just the metadata
annotations(snp = 'rs7903146', output = 'metadata')

## just from plos
annotations(snp = 'rs7903146', output = 'plos') 

## just from snpedia
annotations(snp = 'rs7903146', output = 'snpedia')

## get all annotations
annotations(snp = 'rs7903146', output = 'all') 

## End(Not run)

rsnps documentation built on Jan. 28, 2022, 5:07 p.m.