topAnatEnrichment {psygenet2r} | R Documentation |
Test the enrichment of a given gene list on Psychiatric Disorders from PsyGeNET.
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
## Not run: topAnatEnrichment(gene=c("ADCY2", "AKAP13", "ANK3")) ## End(Not run)