recipe r-hemdag

a collection of Hierarchical Ensemble Methods (HEMs) for Directed Acyclic Graphs (DAGs).

Homepage:

https://CRAN.R-project.org/package=HEMDAG

Documentation:

https://hemdag.readthedocs.io

Developer docs:

https://github.com/marconotaro/hemdag

License:

GPL3 / GPL-3.0-or-later

Recipe:

/r-hemdag/meta.yaml

[![Documentation Status](https://readthedocs.org/projects/hemdag/badge/?version=latest)](https://hemdag.readthedocs.io/en/latest/?badge=latest)

HEMDAG library: * implements several Hierarchical Ensemble Methods (HEMs) for Directed Acyclic Graphs (DAGs); * reconciles flat predictions with the topology of the ontology; * can enhance predictions of virtually any flat learning methods by taking into account the hierarchical relationships between ontology classes; * provides biologically meaningful predictions that always obey the true-path-rule, the biological and logical rule that governs the internal coherence of biomedical ontologies; * is specifically designed for exploiting the hierarchical relationships of DAG-structured taxonomies, such as the Human Phenotype Ontology (HPO) or the Gene Ontology (GO), but can be safely applied to tree-structured taxonomies as well (e.g. FunCat), since trees are DAGs; * scales nicely both in terms of the complexity of the taxonomy and in the cardinality of the examples; * provides several utility functions to process and analyze graphs; * provides several performance metrics to evaluate HEMs algorithms.

package r-hemdag

(downloads) docker_r-hemdag

Versions:
2.7.4-52.7.4-42.7.4-32.7.4-22.7.4-12.7.4-02.7.3-22.7.3-02.6.1-1

2.7.4-52.7.4-42.7.4-32.7.4-22.7.4-12.7.4-02.7.3-22.7.3-02.6.1-12.6.1-02.6.0-02.5.9-02.4.8-02.4.7-12.4.7-02.2.5-12.2.5-02.1.3-02.1.2-02.0.1-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install r-hemdag

and update with:

conda update r-hemdag

or use the docker container:

docker pull quay.io/biocontainers/r-hemdag:<tag>

(see r-hemdag/tags for valid values for <tag>)

Download stats