All Projects → monarch-initiative → phenol

monarch-initiative / phenol

Licence: BSD-3-Clause license
phenol: Phenotype ontology library

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to phenol

HPO-translations
Internationalisation of the HPO content
Stars: ✭ 19 (+26.67%)
Mutual labels:  phenotypes, phenomics
biolink-api
API for linked biological knowledge
Stars: ✭ 54 (+260%)
Mutual labels:  ontologies, phenotypes
kover
Learn interpretable computational phenotyping models from k-merized genomic data
Stars: ✭ 47 (+213.33%)
Mutual labels:  genomics, phenotypes
OpenOmics
A bioinformatics API and web-app to integrate multi-omics datasets & interface with public databases.
Stars: ✭ 22 (+46.67%)
Mutual labels:  genomics
DISCOVER
DISCOVER co-occurrence and mutual exclusivity analysis for cancer genomics data
Stars: ✭ 21 (+40%)
Mutual labels:  genomics
teaching
Teaching material relevant to KGs
Stars: ✭ 61 (+306.67%)
Mutual labels:  ontologies
nxontology
NetworkX-based Python library for representing ontologies
Stars: ✭ 45 (+200%)
Mutual labels:  ontologies
CuteVCF
simple viewer for variant call format using htslib
Stars: ✭ 30 (+100%)
Mutual labels:  genomics
haslr
A fast tool for hybrid genome assembly of long and short reads
Stars: ✭ 68 (+353.33%)
Mutual labels:  genomics
CUT-RUNTools-2.0
CUT&RUN and CUT&Tag data processing and analysis
Stars: ✭ 36 (+140%)
Mutual labels:  genomics
bactmap
A mapping-based pipeline for creating a phylogeny from bacterial whole genome sequences
Stars: ✭ 36 (+140%)
Mutual labels:  genomics
Food-Categories-Classification
This repository contains the dataset and the source code for the classification of food categories from meal images.
Stars: ✭ 48 (+220%)
Mutual labels:  ontologies
manhattan generator
Manhattan plot Generator
Stars: ✭ 20 (+33.33%)
Mutual labels:  genomics
nthash
ntHash implementation in Rust
Stars: ✭ 26 (+73.33%)
Mutual labels:  genomics
gnomad-browser
Explore gnomAD datasets on the web
Stars: ✭ 61 (+306.67%)
Mutual labels:  genomics
human genomics pipeline
A Snakemake workflow to process single samples or cohorts of paired-end sequencing data (WGS or WES) using trim galore/bwa/GATK4/parabricks.
Stars: ✭ 19 (+26.67%)
Mutual labels:  genomics
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (+0%)
Mutual labels:  genomics
shell-genomics
Introduction to the Command Line for Genomics
Stars: ✭ 54 (+260%)
Mutual labels:  genomics
MAxO
Medical action ontology
Stars: ✭ 26 (+73.33%)
Mutual labels:  monarchinitiative
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-6.67%)
Mutual labels:  genomics

CI CD Documentation Status Maven Central

Phenol: Ontology Library for Phenomics and Genomics

A Java library for working with JSON phenotype ontologies including especially the Human Phenotype Ontology and the Mammalian Phenotype Ontology and associate phenotype annotation files.

In Brief

  • Language/Platform: Java >=11

  • License: BSD 3-Clause Clear

  • Version: 2.0.0-RC5

  • Authors:

    • Sebastian Bauer
    • Peter N. Robinson
    • Sebastian Koehler
    • Max Schubach
    • Manuel Holtgrewe
    • HyeongSik Kim
    • Michael Gargano
    • Daniel Danis
    • Jules Jacobsen
  • Availability:

    • phenol-core for dealing with (biological) ontologies.
    • phenol-io for reading ontologies from JSON files.
    • phenol-annotations for reading computational disease models of the HPO project
    • phenol-analysis several demo apps showing how to use phenol.
    • phenol-cli for performing empirical score distribution computation as a stand-alone program.

Usage

We recommend indicating the phenol version in the properties section of the pom file of the application.

<properties>
  (...)
  <phenol.version>2.0.0-RC5</phenol.version>
</properties>

Then import the phenol modules that are needed for your application.

<dependency>
    <groupId>org.monarchinitiative.phenol</groupId>
    <artifactId>phenol-core</artifactId>
    <version>${phenol.version}</version>
</dependency>
<!-- ... and other modules -->

History

Phenol was initially forked from ontolib in February 2018, but was extensively refactored and extended. The API of phenol and ontolib are not compatible with each other.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].