Skip to main content
  • Research article
  • Open access
  • Published:

Supervised segmentation of phenotype descriptions for the human skeletal phenome using hybrid methods

Abstract

Background

Over the course of the last few years there has been a significant amount of research performed on ontology-based formalization of phenotype descriptions. In order to fully capture the intrinsic value and knowledge expressed within them, we need to take advantage of their inner structure, which implicitly combines qualities and anatomical entities. The first step in this process is the segmentation of the phenotype descriptions into their atomic elements.

Results

We present a two-phase hybrid segmentation method that combines a series individual classifiers using different aggregation schemes (set operations and simple majority voting). The approach is tested on a corpus comprised of skeletal phenotype descriptions emerged from the Human Phenotype Ontology. Experimental results show that the best hybrid method achieves an F-Score of 97.05% in the first phase and F-Scores of 97.16% / 94.50% in the second phase.

Conclusions

The performance of the initial segmentation of anatomical entities and qualities (phase I) is not affected by the presence / absence of external resources, such as domain dictionaries. From a generic perspective, hybrid methods may not always improve the segmentation accuracy as they are heavily dependent on the goal and data characteristics.

Background

Phenotype descriptions are fundamentally important for our deeper understanding of genetics and evolutionary relationships. These facilitate the computation and analysis of evolutionary questions related to a varied range of issues, such as the genetic and developmental bases of correlated characters or the paleontological correlates of particular types of change in genes, gene networks and developmental pathways[1]. The literature contains a wealth of such phenotype descriptions, usually reported as free-text entries, similar to typical clinical summaries. A first and crucial step required to be able to take advantage of this knowledge is to model and capture them in a machine-processable format.

Over the course of the last few years there has been a significant amount of research performed on ontology-based formalization of phenotypes. The Mammalian Phenotype Ontology[2], the Human Phenotype Ontology (HPO)[3], the Elements of Morphology Project[4] – focusing on phenotypic variations of the head and face – or the Phenoscape Project[5] – aimed at representing and capturing phylogenetic studies on ostariophysan fishes – are some of the most representative projects in this area. Formalized phenotypic descriptions have then been successfully used for studying cross-species phenotype networks[6, 7], linking human diseases to animal models[8] or predicting diagnoses using semantic similarity measures[9].

However, as noted also by Gkoutos et al.[10], in order to fully capture the intrinsic value and knowledge expressed by these descriptions, we require a more precise and fine-grained representation for them. Most phenotype terms implicitly combine anatomical entities with qualities. For example, HP:0010230 (Cone-shaped epiphyses of the phalanges of the hand) describes the anatomical entity epiphyses of the phalanges of the hand that bears the quality cone-shaped. Other terms represent atomic phenotypes that do not externalize directly this association, e.g., HP:0010884 (Acromelia), although their semantics can still be encoded using the same format, e.g., use the explicit meaning of Acromelia that denotes shortness of the distal part of a limb. This has led to the emergence of the Entity-Quality (EQ) formalism that enables the decomposition of phenotypic descriptions using ontologies, such as the Foundational Model of Anatomy (FMA)[11] – describing anatomical concepts and the Phenotype and Trait Ontology (PATO)[10] – comprising quality definitions. Subsequently, tools for manually creating such associations have been proposed, e.g., Phenoscape[5] and Phenex[12].

In this paper, we make the first step towards the automatic creation of decomposed phenotype descriptions by focusing on their initial segmentation, i.e., splitting a given phenotype term into chunks corresponding to anatomical entities and qualities. The second step required to complete this process would be the alignment of the resulting segments to ontological concepts.

The context of our research is provided by the SKELETOME project[13], which aims to create a community-driven knowledge curation platform for the skeletal dysplasia domaina. To date, we have developed an ontology, the Bone Dysplasia Ontology[14], capable of capturing associations between skeletal dysplasias, gene mutations and phenotypic descriptions, the latter grounded in HPO concepts. The decomposition of phenotype descriptions, in our case represented mostly by radiographic findings of the skeletal system, would enable a fine-grained exploration of the phenotype space, and hence the exploration of commonalities between disorders based on the anatomical localization of phenotypes and the development of anatomical localization - oriented decision support methods. Consequently, our work focuses on elements associated only with the human skeletal phenome.

The segmentation of skeletal phenotype descriptions raises a series of structural and semantic challenges. From a structural perspective, there are four classes of segments that need to be considered: qualities, qualifiers, anatomical coordinates and anatomical entities, the latter being decomposable into parts and sub-parts. Considering, for example, irregular ossification of the proximal radial metaphysis, ossification denotes the quality and has associated a qualifier (irregular), while radial metaphysis denotes the anatomical entity and has associated an anatomical coordinate (proximal). Secondly, due to the composite nature of the anatomical concepts, there is no uniform pattern that can be assumed for segmentation. For example, epiphyseal widening of the hand phalanges is the same as broadening of the epiphyses of the phalanges of the hand. From a semantic perspective, one challenge is provided by ambiguity, e.g., irregular ossification of the proximal radial metaphysis vs. radial club hand. Here, radial refers to the anatomical entity radius in the first case, and to an anatomical coordinate in the second case. Finally, the existing terminology contains metaphorical expressions that may pose issues for an accurate detection/classification, e.g., bone-in-bone appearance or angel-shaped epiphyses.

Machine learning methods have proved to be successful at dealing with the above mentioned challenges, although rule-based methods could also be employed with a high precision, but most likely at a trade-off of a lower recall. Conditional Random Fields (CRF)[15], in particular, have been reported to achieve good results both for segmentation tasks, as well as for classification tasks in the biomedical domain (see, for example,[16, 17] or[18]). Recent works, however, has concentrated on using ensembles of classifiers (hybrid approaches) to overcome the issues associated with using single classifiers. As an example, the approaches described in[19] and[20] have used sets of classifiers (three by the former and six by the latter) aggregated via different voting schemes for gene/protein mention tagging.

Our solution also relies on training divergent models via an ensemble of classifiers and aggregating the results via set operations or simple majority voting. More concretely, we propose a two-phase process, as exemplified in Figure1, that first segments the input into coarse qualities and anatomical entities, then re-orders them according to their class and finally splits each resulting segment into its atomic parts. These atomic elements correspond to quality-qualifier pairs (e.g., streaky - sclerosis in our example), anatomical coordinate - anatomical concept associations and part-sub part relationships between anatomical concepts (e.g., metaphyses - of - long bones in Figure1). Our ensemble of classifiers comprises two CRFs and two Support Vector Machines (SVM)-based chunkers. We perform an extensive series of experiments to find the optimal aggregation strategy for the ensemble, i.e., the strategy the maximises the segmentation performance.

Figure 1
figure 1

Example of segmentation of a phenotype description according to the two phases of our approach. In phase I, tokens are labeled using BIO labeling corresponding to each class: Q (quality), A (anatomy), C (connective). Label O (not present in the figure) is used to denote tokens outside the target classes. Similarly, in phase II, specific classifiers are used to segment quality-qualifier pairs (Q-QF) and anatomical parts (A), sub-parts (AP) and coordinates (P).

Methods

As mentioned previously, our solution proposes a two-phase process. Within each phase we train the ensemble of classifiers to achieve the corresponding segmentation goals. In this section, we discuss the corpus used for training and testing, the complete set of features used for segmentation, as well as the different aggregation strategies. The following section presents the segmentation efficiency achieved by each classifier, via a ten-fold cross-validation with stratification.

Phenotype description corpora

As a first step, we have created a corpus comprising a total of 3,742 phenotype descriptions by listing all children under HP:0000924 (Abnormality of the skeletal system). We could have also collected such descriptions from the literature, however working directly with terms that denote concepts in one of the most widely used phenotype ontologies (like HPO) will bring us closer to achieving the overall goal of proving an automatic mechanism for the conceptual decomposition of phenotype ontologies. At the same time, given the context provided by the SKELETOME project, we are particularly interested in segmenting HPO concepts, since they will represent our input data when building anatomical localization-oriented decision support methods.

This corpus has been manually annotated using the BIO labelling scheme, where ’B’ stands for the beginning of a concept, ’I’ for inside a concept and ’O’ for outside any concept. In practice, the scheme has been used in association with the target classes for phase I, i.e., anatomy and quality. More concretely, we have used the following labels (some exemplified in Figure1): (i) A-B/A-I, beginning of and inside an anatomical concept (e.g., metaphyses of the long bones in Figure1); (ii) Q-B/Q-I, beginning of and inside a quality concept (e.g., irregular, flared and streaky sclerosis in Figure1); (iii) C-B/C-I, beginning of and inside a connective element (i.e., conjunction – with in Figure1); (iv) O, outside all classes of interest. Table1 provides an overview of the distribution of types of concepts (and associated labels) in the corpus. The corpus is available at:http://purl.org/skeletome/corpora/HPTagged.

Table 1 Phenotype description corpus statistics

The above listed target classes (or labels) have emerged directly from the EQ syntax, and as such, provide a 1-to-1 mapping between the output of phase I classifier and possible EQ statements. As described in[12], EQ associates a concept from an organism-specific ontology (e.g., FMA:46565Skull) with a quality term from PATO. The latter describes the quality or value of some attribute of the entity, e.g., shape (rectangular), size (large), etc. As it can be observed our labels A and Q represent the Entity and Quality counterparts in the EQ syntax.

On the other hand, as mentioned in the Introduction, not all phenotype descriptions externalise in a direct manner the Entity-Quality relationship, for example, HP:0010884 (Acromelia) or HP:0000943 (Dysostosis multiplex). We call such phenotype descriptions atomic phenotypes and they represent, in principle, terms that denote distinctive qualities associated to vaguely specified anatomical entities (e.g., distal part of a limb in the case of Acromelia) or more complex concepts, such as processes or qualities of qualities. These terms require manual decomposition (since their meaning is implicit not explicit), and thus cannot be directly segmented into their elementary anatomic and quality concepts. Within our annotated corpus, atomic phenotypes have been labeled as qualities (i.e., Q-B/Q-I), because from our perspective they bear a qualitative purpose. This no longer conforms to the EQ syntax, since atomic phenotypes are not qualities per se and hence they do not exist in PATO. However, our aim is to segment phenotype descriptions into a format that can enable further processing (e.g., for ontology population) and not to achieve 100% conformance to EQ. Furthermore, this labelling enables us to continue the decomposition process in phase II with finding possible qualifier – quality associations, e.g., severecoxa vara.

In the second step, we have processed the resulting annotated corpus to create two corpora relevant for phase II, i.e., a quality corpus and an anatomy corpus. Each of these corpora contains unique entries, hence eliminating the duplicates that may be present in the original phenotype descriptions. More concretely, terms that appear several times as a result of the segmentation in phase I (e.g., phalanx of finger or short) are retained only once. The set of labels used within the two corpora are described below.

The goal of the anatomy segmentation in the second phase is to identify part – subpart relationships between anatomical concepts resulted from the initial segmentation. In the example listed in Figure1, the phase I segmentation will identify the anatomical entity metaphyses of the long bones. Phase II anatomical segmentation processes further this entity and aims to identify the main anatomical concept, i.e., long bones and its subparts – in this case metaphyses. In addition to these, we also aim to find anatomical coordinates, such as proximal, lateral, etc. (e.g., proximal metaphyses of the long bones). The Anatomy corpus uses the following labels: (i) A-B/A-I, beginning of and inside a main anatomical concept (e.g., long bones in Figure1); (ii) AP-B/AP-I, beginning of and inside an anatomical part concept (e.g., metaphyses in Figure1); (iii) PB, an anatomical coordinate (e.g., proximal) - as a remark anatomical coordinates are usually identified by single tokens and consequently we have not used additional labels; if multiple anatomical coordinates are present, they are identified individually and connected via conjunctive tokens; (iv) C-B/C-I, beginning of and inside a connective token (e.g., of the in Figure1); (v) O, outside all classes of interest.

Similarly, the goal of the quality segmentation in this second phase is to identify qualifier – quality associations, e.g., streakysclerosis in Figure1. The quality corpus hence uses the following labels: (i) Q-B/Q-I, beginning of and inside a quality concept (e.g., irregular, flared, sclerosis in Figure1); (ii) QF-B/QF-I, beginning of and inside a qualifier concept (e.g., streaky in Figure1); (iii) C-B/C-I, beginning of and inside a connective token; (iv) O, outside all classes of interest.

The above described corpora are available athttp://purl.org/skeletome/corpora/HPAnatomy (the anatomy corpus) andhttp://purl.org/skeletome/corpora/HPQualities (the qualities corpus). Finally, Tables2 and3 present the distribution of the types of entities (and associated labels) present in the Anatomy and Quality corpora.

Table 2 Statistics for the Anatomy corpora used in phase II
Table 3 Statistics for the Quality corpora used in phase II

Classifier features

The sets of features used by the classifiers, individually and within each phase, are in principle almost the same with a few exceptions:

  • Within each phase, in order to produce divergent classifiers, we use different window and n-gram sizes (for prefix and suffix) and include or omit the domain dictionaries (i.e., Anatomy and Quality), and

  • Within the second phase, we omit completely the domain dictionaries.

In addition to local token-based features, we use three external resources: (i) the Foundational Model of Anatomy Ontology, (ii) the Phenotype and Trait Ontology, and (iii) the SPECIALIST (LexAccess) lexicon[21], which is a syntactic lexicon of biomedical and general English that records for each lexical item (word or term) the syntactic, morphological, and orthographic information.

The local features used by the classifiers are described below. All examples associated with the definitions use the phenotype description from Figure1 and consider metaphyses to be the token in focus. Also, for clarification purposes, the symbol @ represents the absence of a token at the corresponding position.

  • Token – The token currently in focus. Example: metaphyses

  • Token lemma (linguistic) – The linguistic stem of the token. Example: metaphyse

  • Token base (LexAccess) – The base of the token as defined in LexAccess. Example: metaphysis

  • Token POS tag (linguistic) – The linguistic part of speech tag. Example: NNP

  • Token category (LexAccess) – The token category as defined in LexAccess. Example: noun

  • Token shape – All capitalized letters are replaced by ’A’, all non-capitalized letters are replaced by ’a’, all digits are replaced by ’0’, the rest of the types of characters remain unaltered. Example: aaaaaaaaaa

  • Token brief shape – The compressed version of the token shape created by suppressing all consecutive equal symbols. Example: a

  • Unigram context (variable window size) – Unigram of the token and surrounding context. Example for window size 3: @ irregular flared metaphyses of the long

  • Bigram context (variable window size) – Bigrams formed by the token and the surrounding context. Example for window size 3: @-irregular irregular-flared flared-metaphyses metaphyses-with with-streaky streaky-sclerosis

  • Trigram context (variable window size) – Trigrams formed by the token and the surrounding context. Example for window size 3: @-irregular-flared irregular-flared-metaphyses flared-metaphyses-with metaphyses-with-streaky with-streaky-sclerosis

  • Morphological feature: punctuation – Values: punct / no depending on whether the token ends with a punctuation sign. Example: no

  • Morphological feature: digits – All digits in the token are replaced by ’*’. Example: no*

  • Morphological feature: vowels – All characters of the token except vowels are replaced by ’-’. Example: -e-a—-e-

  • Token prefix (variable size) – Token prefixes of variable length. Example for size 5: m me met meta metap

  • Token suffix (variable size) – Token suffixes of variable length. Example for size 5: s es ses yses hyses

The next set of features are dictionary-based. Their value signals the presence of the given input in the corresponding dictionary. Among the six dictionaries we use, two are domain dictionaries and have been built from FMA and PATO, respectively.

  • Conjunctions – Tokens denoting conjunctions. Example: and, or

  • Connections – Tokens denoting connecting cue-phrases. Example: in, at, of

  • Coordinates – Tokens denoting anatomical coordinates. Example: central, left

  • Ordinals – Gazetteer consisting of ordinals. Example: 1st, 2nd

  • Anatomy – Gazetteer comprising FMA anatomical concepts. Example: Epiphysis, Limb

  • Qualities – Gazetteer comprising PATO qualities. Example: short, long

Finally, the last set of features represent combinations of basic and dictionary-based features. Again, similar to the listing above, all examples associated with the definitions are from Figure1 and consider metaphyses to be the token in focus.

  • Token base (LexAccess) + Anatomy dictionary – Signals the presence of the base of the token in the anatomy dictionary. Example: anat

  • Token base (LexAccess) + Quality dictionary – Signals the presence of the base of the token in the quality dictionary. Example: no

  • Unigram context (variable window size) + Anatomy dictionary – Unigram-based context signalling the presence of the tokens in the anatomy dictionary. Example for window size 3: no no no no no no no

  • Unigram context (variable window size) + Quality dictionary – Unigram-based context signalling the presence of the tokens in the quality dictionary. Example for window size 3: no no qual no no no qual

  • Bigram context (variable window size) + Anatomy dictionary – Bigram-based context signalling the presence of the tokens in the anatomy dictionary. Example for window size 3: no-no no-no no-no no-no no-no no-no

  • Bigram context (variable window size) + Quality dictionary – Bigram-based context signalling the presence of the tokens in the quality dictionary. Example for window size 3: no-no no-qual qual-no no-no no-no no-qual

  • Unigram context (variable window size) + Token base (LexAccess) – Unigram-based context formed by token bases from LexAccess. Example for window size 3: @ irregular flare metaphysis of the long

  • Unigram context (variable window size) + Token base (LexAccess) + Anatomy dictionary – Unigram-based context signalling the presence of the tokens bases from LexAccess in the anatomy dictionary. Example for window size 3: no anat no anat no no no

  • Unigram context (variable window size) + Token base (LexAccess) + Quality dictionary – Unigram-based context signalling the presence of the tokens bases from LexAccess in the quality dictionary. Example for window size 3: no qual no no no no qual

As opposed to most segmentation / named entity extraction approaches, we do not perform any post-processing. The only intermediary processing element we include is in between phases when we re-order and join (if necessary) the segments according to their class. As presented in Figure1, at the end of phase I, individual tokens are labelled with their corresponding class, e.g., Q - quality and A - anatomy. Hence, before running the specific segmentation in phase II, we join the consecutive tokens that belong to the same entity. For example, the tokens streaky (Q-B), sclerosis (Q-I), are joined into a corresponding monolithic quality entity, which is then segmented in phase II.

Divergent classifiers

For the experiments discussed in the next section, we have used three toolkits and adopted different training algorithms to produce four classifiers. These toolkits are:

  • CRF++ (http://crfpp.googlecode.com/): a freely available CRF package. We have used it to train a forward parsing model;

  • MALLET[22]: another freely available CRF package. We have used it to train both a forward, as well as a backward parsing model, however we then used only the forward parsing model because of its increased accuracy;

  • YamCha[23]: a chunking package that uses SVM classification. We have trained two models that differ in the method used for the multi-class classification, i.e., one vs. one or one vs. all.

Algorithm 1 Simple majority voting scheme

1: for T i input all

2: V i (X) = vot e X (T i ), where X {CRF++,

MALLET, YAMCHA1VS1,

YAMCHA1VSALL }

3:

4:if V i (X) is the same for any 3 methods X then

5: return V i (X)

6: end if

7:

8: if V i (X) is the same for any 2 methods X

AND the other 2 methods are in

contradiction then

9: return V i (X)

10: end if

11:

12: if V i (X) is the same for any 2 methods X

AND the other 2 methods agree then

13: return VETO

14: end if

15:

16: if V i (X) is different for any method X then

17: return VETO

18: end if

19: end for

Aggregation strategies

In addition to individual classifier-based experiments, we have also treated them as an ensemble and used two types of strategies for aggregating the classification / segmentation results: (i) set operations, and (ii) simple majority voting.

The set operations used within our experiments have been union and intersection. Union assumes the results of both inputs to be correct. As opposed to a single classifier, union will have the tendency to increase the recall at the expense of the precision. On the other hand, intersection will consider only the common results to be correct, which will, obviously, increase precision and lower the recall. As detailed in the next section, we have used different strategies for combining these set operations.

In the case of simple majority voting, the intuition is that the results commonly produced by most classifiers should be the correct one. Alg. 1 lists the pseudo-code of the voting mechanism we have used. In principle, if two or more classifiers agree on a label then consensus is being reached. However, because we have a even number of classifiers, we have introduced also a veto vote for those cases in which no consensus is being reached by the classifiers. Experiments have been performed with the veto vote assigned to different classifiers.

Results

All the experiments detailed below have been carried out on the corpora introduced in the previous section. We performed a ten-fold cross validation with stratification and averaged the results. The evaluation results of each phase are listed in individual tables in the Additional file1.

Phase I

The classifiers trained in phase I have used all features previously described with diverse window (1 to 3) and n-gram (3 to 5) sizes. In order to track the influence of the domain dictionaries on the segmentation results, we ran two sets of experiments: one with and one without the support of these dictionaries (and thus, of the other features that depend on them).

Individual classifier results

Results of the individual classifiers are presented in Tables S1 and S2 in the Additional file1. We can observe that YamCha, in the 1 vs. All setting, constantly outperforms all the classifiers in both categories, although the difference is minimal. Also, it is interesting to observe that the segmentation results are hardly affected by the absence of the domain dictionaries, since there is a constant gap in performance of only 0.18%.

Set operations-based results

Tables S3 and S4 in the Additional file1 present the top results when aggregating the individual segmentation via set operations. Here, we have used the two basic types of set operations (i.e., union and intersection) in two different settings: (i) paired aggregation, testing the joint performance of pairs of classifiers, and (ii) combined aggregation, testing the performance of combined paired aggregations.

In the first setting (paired aggregation), as expected, the top performances have been achieved by pairs that contained the YamCha classifier. The aggregation of the top two individual classifiers led to the best performance in this group, i.e., 96.85% (with domain dictionaries) and 96.70% (without) for YamCha1vs1 YamCha1vAll . The effect of the union operation can be clearly seen in the results, since the combined precision is lower than the individual precision of the two classifiers, while the recall has improved. This was particularly the case for the MALLET YamCha1vsAll pair when using domain dictionaries and the CRF++ YamCha1vsAll when omitting domain dictionaries.

The second setting shows once more the superiority of the YamCha classifiers. While in the previous setting the paired aggregation of each YamCha classifier with a different one did not lead to the top performance, here this pairing has a positive effect. In practice, the union in each bracket gathers the best results of the two classifiers (YamCha complementing in principle the gaps left by its pair), with the final intersection pruning some of the false positives. The top result (96.91%) is almost identical to the top performance achieved by an individual classifier, the main difference being in the increased recall and lowered precision (as explained, due to the union operation).

Voting-based results

The final experiment in this phase used the voting mechanism to aggregate the results. As presented in the previous section, we opted for a simple majority with veto, i.e., the final result is the one voted by at least to classifiers with the remark that the other two need to disagree. The veto option is used in two cases: (i) when there is absolutely no consensus among classifiers, i.e., each classifier votes for a different label, and (ii) in the case of a tie between pairs of classifiers.

The results of the voting mechanism are presented in Tables S5 and S6 in the Additional file1. The first remark that needs to be made is that, in both categories – with and without domain dictionaries – this mechanism constantly outperforms all the other strategies. Voting with YamCha1vsAll as veto owner in the dictionary-based category and YamCha1vs1 or YamCha1vsAll in the other category obtain the best performances, i.e., 97.05% and 96.90%, respectively. This result is, to some extent, expected since YamCha1vsAll was the best individual performer.

Phase II

The specific classifiers trained for phase II did not use the domain dictionaries (i.e., Anatomy and Quality) nor the combined features that required them. In addition, for the quality classifiers we have also left out the Coordinates and Ordinals dictionaries. The experiments have followed the same structure used within phase I, i.e., we’ve tested the individual performance for each specific class, then the set operations and finally the voting mechanism.

Tables S7 and S8 in the Additional file1 list the performances achieved by the individual classifiers. In the Anatomy category, CRF++ has outperformed the other classifiers with 97.11% F-score, followed by YamCha1vsAll (96.94%), which on the other hand, has achieved the best score in the Quality category (i.e., 94.50%). While here we can see a series of differences when compared to phase I (e.g., CRF++ achieves the best score, or the gap in performance in the Quality category is bigger than in any other case), the results of the set operations (see Tables S9 and S10 in the Additional file1) are fairly close to the ones in phase I. It can be observed that all aggregations involving the YamCha classifier achieve the best results in both categories, the slight distinction being the best performer in the Anatomy category, i.e., CRF++ YamCha1vs1 – this is explained by the high individual results obtained by CRF++. A similar tendency can also be observed in the voting mechanism (Tables S11 and S12 in the Additional file1), which again is the best of the three strategies and where the best results (97.16% and 94.50%, respectively) are achieved with CFR++ and MALLET owning the veto vote in the Anatomy category and YamCha1vsAll in the Quality category, respectively.

Discussion

The experiments described in the previous section lead to four major conclusions. Firstly, as expected, hybrid methods are influenced by the individual performance of the classifiers chosen for aggregation. Secondly, on the positive side of things, such methods can, in practice, exploit the diversity and consistency among different classifiers to make final decision as opposed to single classifiers. In our case, for all types of segmentation in phase I and II (see Tables4,5,6 and7), the voting method has worked best due to its simple counting approach, while the set operations were penalised because of the ordering of the classifiers and of the operations used. However, this is not always the case. For example, in the gene mention tagging approach described in[24], all hybrid methods have outperformed the single classifiers. Hence, the efficiency and applicability of such hybrid approaches needs to be considered on a per use-case basis.

Table 4 Comparative segmentation results for phase I, with domain dictionaries
Table 5 Comparative segmentation results for phase I, without domain dictionaries
Table 6 Comparative segmentation results for phase II on the Anatomy category
Table 7 Comparative segmentation results for phase II on the Quality category

Thirdly, while the results presented throughout the entire set of experiments are not directly comparable, due to the difference in task and data characteristics, they do reveal that within the context provided by our segmentation goals YamCha is the most consistent classifier, and it should be always considered as foundation for any ensemble. Fourthly, for the initial segmentation of anatomical entities and qualities, domain dictionaries, and hence external resources, are not required. As shown in the experimental results, the difference in performance between the best approaches with and without domain dictionaries is minimal (around 0.15%), while from a positive perspective their absence reduces by half the feature set.

In order to get a deeper insight into the behaviour of the classifiers we have looked at their individual errors and at the label-based segmentation efficiency. When analysing the individual errors made by the classifiers, it was interesting to observe that each package had the tendency to make a certain type of error, usually different than that of the others. MALLET, for example, in phase I had a higher rate of error (76%) in choosing the generic class (i.e., Q was labeled as A and vice-versa), while CRF++ had issues mostly within the context of a generic class, in distinguishing the BIO labels, i.e., Q-I was labeled as Q-B, or A-B was labeled as A-I (in 81% of the cases). Finally, YamCha’s errors seemed to be uniformly distributed between the two previously mentioned types.

Tables8,9 and10 list the label-based segmentation results and coverage for both phases. Overall, it can be observed that the classification results are not homogeneous, yet the F-1 scores meet our expectations. In the phase I corpus, in addition to having fairly distinct characteristics, the coverage of Q-B, A-B and A-I sums up to more than 90% of the labels, which leads to very good segmentation results. Subsequently, it is not surprising to observe that labels with a coverage of less than 1% of the annotated corpus have very low F-1 scores. The tokens labeled with O may also induce ambiguity in respect to both A-B/A-I, as well as C-B/C-I. They usually represent additional (temporal) information about the on-set of the phenotype (e.g., in first year) and contain elements ambiguous elements, such as, in – which is usually a connective token or first – which is usually found in anatomical concepts (e.g., first metatarsal). Similar results on this label can also be observed in the Anatomy and Quality corpora in phase II (Tables9 and10), achieving a lowest F-1 score of 0% (i.e., 0% precision, 0% recall) in the Anatomy corpus – here this label denotes extremely rarely found descriptive tokens, such as esp. or region. On the positive side, we can observe a consistent behaviour of the rest of the labels in the Anatomy corpus. This is because skeletal anatomical concepts have a fairly well-established part – subpart intrinsic structure that can only be exploited once they are delimited from the quality aspects of the phenotype descriptions. Finally, there are two remarks that are worth noting w.r.t. the Quality corpus: (i) the QF-I label has achieved a good score considering its coverage; the main issue here is ambiguity, as QF-I tokens are usually part of an enumeration of qualifiers, which can also act as QF-B tokens in most of the other cases; (ii) the Q-I label has also achieved a very good score considering its coverage, however, in this case, the score may be heavily supported by atomic phenotypes; in the vast majority of cases qualities are denoted by single tokens, and the presence of multiple quality tokens is usually associated with an atomic phenotype.

Table 8 Label-based segmentation results for phase I, including the coverage of the label
Table 9 Label-based segmentation results for phase II, the Anatomy category, including the coverage of the label
Table 10 Label-based segmentation results for phase II, the Quality category, including the coverage of the label

Conclusions

In this paper we have presented a two-phase hybrid approach to the segmentation of phenotype descriptions for the human skeletal phenome. The first phase performs a coarse-grained segmentation by splitting the description into its main anatomical and qualities entities, while the second phase focuses on a fine-grained segmentation within each category of entities. Experimental results have showed that, for phase I, without using domain dictionaries the best hybrid method can achieve the best F-Score of 96.90%, score that can be improved to 97.05% by adding the support of such dictionaries. Similar results have also been achieved in the second phase, i.e., 97.16% F-Score for the Anatomy category and 94.50% for the Quality category. Overall, our experiments lead to the conclusion that using an ensemble of classifiers for segmentation tasks may not necessarily improve the overall accuracy because of its dependency on the goal and underlying data characteristics.

While the research presented in this paper has been motivated by the SKELETOME project, the resulting classifiers can be used in any application scenario that requires as input decomposed skeletal phenotypes. Two main areas that can take immediate advantage of our results are ontology alignment and population – focused on aligning phenotype ontologies and populating phenotype ontologies with instances mined from the literature –, and building exploratory and educational tools in the context of skeletal diseases, using gamuts as input data.

Endnote

aBone dysplasias are a group of heterogeneous genetic disorders that affect predominantly the skeletal development. Patients diagnosed with such disorders suffer from complex medical issues that can be described via clinical findings, e.g., pains in limbs, radiographic findings, e.g., bilateral arachnodactyly and genetic findings, e.g., deletion mutation in FGFR3.

References

  1. Mabee PM, Ashburner M, Cronk Q, Gkoutos GV, Haendel M, Segerdell E, Mungall C, Westerfield M: Phenotype ontologies: the bridge between genomics and evolution. Trends Ecol Evol 2007, 22(7):345–350. 10.1016/j.tree.2007.03.013

    Article  PubMed  Google Scholar 

  2. Smith C, Goldsmith C, Eppig J: The Mammalian Phenotype Ontology as a tool for annotating, analyzing and comparing phenotypic information. Genome Biol 2005, 6: R7. 10.1186/gb-2005-6-5-p7

    Article  PubMed Central  PubMed  Google Scholar 

  3. Robinson PN, Kohler S, Bauer S, Seelow D, Horn D, Mundlos S: The human phenotype ontology: a tool for annotating and analyzing human hereditary disease. Am J Human Genet 2008, 83(5):610–615. 10.1016/j.ajhg.2008.09.017

    Article  CAS  Google Scholar 

  4. Carey JC, Allanson JE, Hennekam RC, Biesecker LG: Standard terminology for phenotypic variations: the elements of morphology project, its current progress, and future directions. Human Mutation 2012, 781–786. doi:10.1002/humu.22053

    Google Scholar 

  5. Dahdul WM, Balhoff JP, Engeman J, Grande T, Hilton EJ, Kothari C, Lapp H, Lundberg JG, Midford PE, Vision TJ, Westerfield M, Mabee PM: Evolutionary characters, phenotypes and ontologies: curating data from the systematic biology literature. PLoS ONE 2010, 5(5):e10708. 10.1371/journal.pone.0010708

    Article  PubMed Central  PubMed  Google Scholar 

  6. Hoehndorf R, Schofield PN, Gkoutos GV: PhenomeNET: a whole-phenome approach to disease gene discovery. Nucleic Acids Res 2011, 38(18):e119.

    Article  Google Scholar 

  7. Schofield PN, Hoehndorf R, Gkoutos GV: Mouse genetic and phenotypic resources for human genetics. Human Mutation 2012, 33(5):826–836. 10.1002/humu.22077

    Article  PubMed Central  PubMed  Google Scholar 

  8. Washington NL, Haendel MA, Mungall CJ, Ashburner M, Westerfield M, Lewis SE: Linking human diseases to animal models using ontology-based phenotype annotation. PLoS Biol 2009, 7(11):e1000247. doi:10.1371/journal.pbio.1000247

    Article  PubMed Central  PubMed  Google Scholar 

  9. Kohler S, Schulz MH, Krawitz P, Bauer S, Dolken S, Ott CE, Mundlos C, Horn D, Mundlos S, Robinson PN: Clinical diagnostics in human genetics with semantic similarity searches in ontologies. Am J Human Genet 2009, 85(4):457–464. 10.1016/j.ajhg.2009.09.003

    Article  Google Scholar 

  10. Gkoutos GV, Mungall C, Doelken S, Ashburner M, Lewis S, Hancock J, Schofield P, Koehler S, Robinson PN: Entity/quality-based logical definitions for the human skeletal phenome using PATO. In Proceedings of the 31st Annual International Conference of the IEEE EMBS. Minneapolis: IEEE; 2009:7069–7072.

    Google Scholar 

  11. Rosse C, Mejino JLV: A reference ontology for biomedical informatics: the foundational model of anatomy. J Biomed Inf 2003, 36(6):478–500. 10.1016/j.jbi.2003.11.007

    Article  Google Scholar 

  12. Balhoff JP, Dahdul WM, Kothari CR, Lapp H, Lundberg JG, Mabee P, Midford PE, Westerfield M, Vision TJ: Phenex: ontological annotation of phenotypic diversity. PLoS ONE 2010, 5(5):e10500. 10.1371/journal.pone.0010500

    Article  PubMed Central  PubMed  Google Scholar 

  13. Groza T, Zankl A, Li YF, Hunter J: Using semantic web technologies to build a community-driven knowledge curation platform for the skeletal dysplasia domain. In Proc. of the 10th International Semantic Web Conference (ISWC 2011). Berlin, Heidelberg: Springer-Verlag; 2011:81–96.

    Chapter  Google Scholar 

  14. Groza T, Hunter J, Zankl A: The bone dysplasia ontology: integrating genotype and phenotype information in the skeletal dysplasia domain. BMC Bioinformatics 2012., 13(50): doi:10.1186/1471–2105–13–50

  15. Lafferty JD, McCallum A, Pereira FCN: Conditional random fields: probabilistic models for segmenting and labeling sequence data. Proceedings of the International Conference on Machine Learning (ICML 2001) 2001, 282–289.

    Google Scholar 

  16. Sun C, Guan Y, Wang X, Lin L: Rich features based Conditional Random Fields for biological named entities recognition. Comput Biol Med 2007, 37(9):1327–1333. 10.1016/j.compbiomed.2006.12.002

    Article  PubMed  Google Scholar 

  17. L Li RZ, Huang D: Two-phase biomedical named entity recognition using CRFs. Comput Biol Chem 2009, 33(4):334–338. 10.1016/j.compbiolchem.2009.07.004

    Article  Google Scholar 

  18. Yang Z, Lin H, Li Y: Exploiting the contextual cues for bio-entity name recognition in biomedical literature. J Biomed Inf 2008, 41(4):580–587. 10.1016/j.jbi.2008.01.002

    Article  Google Scholar 

  19. Zhou G, Shen D, Zhang J, Su J, Tan S: Recognition of protein/gene names from text using an ensemble of classifiers. BMC Bioinformatics 2005, 6: S7.

    Article  PubMed Central  PubMed  Google Scholar 

  20. Torii M, Hu Z, Wu C, Liu H: BioTagger-GM: a gene/protein name recognition system. J Am Med Inf Assoc 2009, 16(2):247–255. 10.1197/jamia.M2844

    Article  Google Scholar 

  21. Browne AC, McCray AT, Srinivasan S: The SPECIALIST Lexicon. 2000. Tech. rep., Lister Hill National Center for Biomedical Communications, National Library of Medicine Bethesda, Maryland Tech. rep., Lister Hill National Center for Biomedical Communications, National Library of Medicine Bethesda, Maryland

    Google Scholar 

  22. McCallum AK: MALLET: a Machine Learning for Language Toolkit. 2002.http://mallet.cs.umass.edu

    Google Scholar 

  23. Kudoh T, Matsumoto Y: Use of support Vector learning for chunk identification. In Proceedings of CoNLL and ALL 2000. Stroudsburg: ACM; 2000:142–144.

    Google Scholar 

  24. Li L, Fan W, Huang D, Dang Y, Sun J: Boosting performance of gene mention tagging system by hybrid methods. J Biomed Inf 2012, 45: 156–164. 10.1016/j.jbi.2011.10.004

    Article  Google Scholar 

Download references

Acknowledgements

This research is funded by the Australian Research Council (ARC) Discovery Early Career Researcher Award (DECRA) – DE120100508 and Linkage grant SKELETOME – LP100100156. The authors acknowledge use of computing resources from the NeCTAR research cloud (http://www.nectar.org.au). NeCTAR is an Australian Government project conducted as part of the Super Science initiative and financed by the Education Investment Fund.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Tudor Groza.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

TG, AZ annotated the corpora. AZ provided the domain expertise required for the manual segmentation. TG developed the methods, performed the experiments. TG and JH interpreted the results. TG, JH and AZ wrote the paper. All authors read and approved the final manuscript.

Electronic supplementary material

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Groza, T., Hunter, J. & Zankl, A. Supervised segmentation of phenotype descriptions for the human skeletal phenome using hybrid methods. BMC Bioinformatics 13, 265 (2012). https://doi.org/10.1186/1471-2105-13-265

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-13-265

Keywords