testEnrichmentGene | R Documentation |
Convenient function for testing enrichment of gene linkage
testEnrichmentGene(query, platform = NULL, silent = FALSE, ...)
query |
probe set of interest |
platform |
string corresponding to the type of platform to use. Either MM285, EPIC, HM450, or HM27. If it is not provided, it will be inferred from the query set probe IDs. |
silent |
whether to output message |
... |
addition argument provided to testEnrichment |
A data frame containing features corresponding to the test estimate, p-value, and type of test etc.
query <- c("cg04707299", "cg13380562", "cg00480749")
testEnrichment(query, platform = "EPIC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.