rsnps icon indicating copy to clipboard operation
rsnps copied to clipboard

Wrapper to a number of SNP web APIs

Results 13 rsnps issues
Sort by recently updated
recently updated
newest added

Add support for reporting clinical significance to the ncbi_snp_query_api() function introduced in PR #92.

Feature

*Problem*: Several functions could profit from error messages. *Example*: ``` r rsnps::allgensnp(snp = "rs1528723") #> Error: Not Found (HTTP 404) ``` Created on 2019-05-07 by the [reprex package](https://reprex.tidyverse.org) (v0.2.1) ```...

Feature

Although the option `df = TRUE` should return a `data.frame`, it actually returns a `list`. ``` r dat 'data.frame': 5425 obs. of 4 variables: #> $ id :List of 5425...

Fix