testEnrichmentSEA | R Documentation |
estimate represent enrichment score and negative estimate indicate a test for depletion
testEnrichmentSEA(
query,
databases,
platform = NULL,
silent = FALSE,
precise = FALSE,
prepPlot = FALSE
)
query |
query, if numerical, expect categorical database, if categorical expect numerical database |
databases |
database, numerical or categorical, but needs to be different from query |
platform |
EPIC, MM285, ..., infer if not given |
silent |
suppress message (default: FALSE) |
precise |
whether to compute precise p-value (up to numerical limit) of interest. |
prepPlot |
return the raw enrichment scores and presence vectors for plotting |
A DataFrame with the estimate/statistic, p-value, and name of test for the given results.
query <- KYCG_getDBs("KYCG.MM285.designGroup")[["TSS"]]
res <- testEnrichmentSEA(query, "MM285.seqContextN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.