KYCG_buildGeneDBs | R Documentation |
build gene-probe association database
KYCG_buildGeneDBs(
query = NULL,
platform = NULL,
genome = NULL,
max_distance = 10000,
silent = FALSE
)
query |
the query probe list. If NULL, use all the probes on the platform |
platform |
HM450, EPIC, MM285, Mammal40, will infer from query if not given |
genome |
hg38, mm10, ..., will infer if not given. For additional mapping, download the GRanges object from http://zwdzwd.github.io/InfiniumAnnotation and provide the following argument ..., genome = sesameAnno_buildManifestGRanges("downloaded_file"),... to this function. |
max_distance |
probe-gene distance for association |
silent |
suppress messages |
gene databases
query <- c("cg04707299", "cg13380562", "cg00480749")
dbs <- KYCG_buildGeneDBs(query, platform = "EPIC")
testEnrichment(query, dbs, platform = "EPIC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.