annotateSNPs(x, mode = c("significant", "top", "all"), alpha = 0.05, num.top = 10, query.size = 500, verbose = 0)
solarAssoc
or a character vector of SNPs."significant"
, "top"
and "all"
.
The default value is "significant"
.mode
equal to "significant"
.mode
equal to "top"
.
The default value is 10.500
.
See also the help page for NCBI_snp_query
function in rsnps
package.
If the number of SNPs is greater than query.size
,
then the query is split into batches automatically.0
.The function annotates SNPs based on NCBI2R
R package,
in particular AnnotateSNPList
function.
See https://ncbi2r.wordpress.com/ for more details.