Description Usage Arguments Value Examples
Performs a MAGENTA test on SNP p-values
1 2 3 4 5 6 7 8 9 10 | MAGENTAtest(
data,
pathways = NA,
int.method = "min",
adjust.int = FALSE,
int.cor.LD = FALSE,
cutoff = 0.05,
adjust.method = "BH",
permutations = 1000
)
|
data |
input dataframe with column names: "snp", "entrez", "p.value" |
pathways |
object containing a list of GENES and a list of MODULES |
int.method |
integration method (either "min", "fisher', or "stouffer") |
adjust.int |
flag for multiple testing correction in integration |
int.cor.LD |
flag for LD correction in integration |
cutoff |
enrichment p-value cutoff |
adjust.method |
multiple testing correction method |
permutations |
number of gene set permutations |
A data frame with module names, calculated p-value, and additional statistics.
1 2 | MAGENTAtest(data = example_dataset, pathways = pathway_library, int.method = "min",
adjust.int = FALSE, int.cor.LD = FALSE, cutoff = 0.05, adjust.method = "BH", permutations = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.