Description Usage Arguments Value Examples
Performs an GSEASNP test on SNP p-values
1 2 3 4 5 6 7 | GSEASNPtest(
data,
pathways = NA,
adjust.method = "BH",
permutations = 10000,
cores = 2
)
|
data |
input dataframe with column names: "snp", "entrez", "p.value" |
pathways |
object containing a list of GENES and a list of MODULES |
adjust.method |
multiple testing correction method |
permutations |
number of gene set permutations |
cores |
number of cores; default is 2 |
A data frame with module names, calculated p-value, and additional statistics.
1 2 | GSEASNPtest(data = example_dataset, pathways = pathway_library, adjust.method = "BH",
permutations = 10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.