Description Usage Arguments Details Value
The function annotates SNPs based on NCBI2R
R package,
in particular AnnotateSNPList
function.
1 2 | annotateSNPs(x, mode = c("significant", "top", "all"), alpha = 0.05,
num.top = 10, query.size = 500, verbose = 0)
|
x |
An object of class |
mode |
A character with the mode of SNPs selection.
Possible values are |
alpha |
A numeric value from 0 to 1, the significance level after Bonferroni multiple-test correction.
Corresponds to |
num.top |
An integer value, the number of top SNPs to be annotated.
Corresponds to |
query.size |
An integer, the maximum number of SNPs allowed for a single query to the NCBI database.
The default value is |
verbose |
An integer, the verbose level.
The default value is |
... |
Additional arguments. |
See https://ncbi2r.wordpress.com/ for more details.
A data table with annotation results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.