Description Usage Arguments Value Note Examples
Chemical enrichment for multiple phenotype terms
1  | perfFishTestHPOMultiple(HPO, enrich_1S = TRUE)
 | 
HPO | 
 List of Human Phenotype Ontology terms characters  | 
enrich_1S | 
 Enrichment one-sided. Default set to true for enrichment, where the one-sided Fisher's exact is set to alternative = "greater." If enrich_1S = FALSE, Fisher's exact is set to alternative = "two.sided" for two.sided.  | 
Tibble data frame with enrichment.
Chemical enrichment for multiple HPO terms is a simplistic exploratory function, where we take an additive approach. HPO terms used should be phenotypic abnormality terms within the HPO release 2019-02-12.
1 2 3  | perfFishTestHPOMultiple(list("Increased circulating ACTH level",
"Androgen insufficiency",
"Decreased circulating aldosterone level"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.