Description Usage Arguments Value Examples
Test the enrichment of a given gene list on Psychiatric Disorders from PsyGeNET.
1 2 3 4 5 6 7 8 | topAnatEnrichment(
gene,
datatype = c("rna_seq", "affymetrix", "est", "in_situ"),
statistic = "fisher",
cutOff = 1,
verbose = FALSE,
warnings = FALSE
)
|
gene |
Name or vector of names (that can be both code or uml) to specific genes from PsyGeNET. |
datatype |
It can take the values |
statistic |
By default it is |
cutOff |
Default |
verbose |
By default |
warnings |
By default |
A data.frame
with the enrichment results
1 2 3 4 | ## Not run:
topAnatEnrichment(gene=c("ADCY2", "AKAP13", "ANK3"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.