Skip to main content

Building a knowledge base for colorectal cancer patient care using formal concept analysis

Abstract

Background

Colorectal cancer (CRC) is a heterogeneous disease with different responses to targeted therapies due to various factors, and the treatment effect differs significantly between individuals. Personalize medical treatment (PMT) is a method that takes individual patient characteristics into consideration, making it the most effective way to deal with this issue. Patient similarity and clustering analysis is an important aspect of PMT. This paper describes how to build a knowledge base using formal concept analysis (FCA), which clusters patients based on their similarity and preserves the relations between clusters in hierarchical structural form.

Methods

Prognostic factors (attributes) of 2442 CRC patients, including patient age, cancer cell differentiation, lymphatic invasion and metastasis stages were used to build a formal context in FCA. A concept was defined as a set of patients with their shared attributes. The formal context was formed based on the similarity scores between each concept identified from the dataset, which can be used as a knowledge base.

Results

A hierarchical knowledge base was constructed along with the clinical records of the diagnosed CRC patients. For each new patient, a similarity score to each existing concept in the knowledge base can be retrieved with different similarity calculations. The ranked similarity scores that are associated with the concepts can offer references for treatment plans.

Conclusions

Patients that share the same concept indicates the potential similar effect from same clinical procedures or treatments. In conjunction with a clinician’s ability to undergo flexible analyses and apply appropriate judgement, the knowledge base allows faster and more effective decisions to be made for patient treatment and care.

Background

Colorectal cancer (CRC) is a malignant and immunogenic tumor disease in the digestive tract. Globally, it is the second most common cancer in women and the third most commonly occurring cancer in men, causing more than 500,000 deaths every year [1, 2]. Chemotherapy, radiotherapy and surgery are the common treatments for colorectal cancer. Individual heterogeneity of sensitivity and toxicity within and between tumors leads to significantly different treatment effects for each individual, despite the same treatment being applied on the same tumor site. Personalize medical treatment (PMT) is one of the most effective solutions for this problem. PMT is the tailoring of treatments based on individual patient characteristics (biological features and environmental factors). In the case of CRC, the aim of PMT is to effectively avoid potential adverse effects or delay the adverse effects until a better treatment alternative is found [3].

Cancer staging is the process of finding out how much cancer is in a person’s body and where it’s located. Along with the type of cancer a person has, the stage of the cancer is one of the most important factors for doctors to determine a patient’s prognosis and treatment. A tumor staging system, named TNM [4], is mostly used for prognosis of colorectal cancer. In the TNM system, the overall stage is determined after the cancer is assigned a letter or number categories, to describe the original tumor (T), the spread to the lymph node (N), and whether the cancer has spread/metastasized (M). The "T" plus a letter or number (0 to 4) is used to describe how deeply the primary tumor has grown into the bowel lining. The original tumor stage may also be divided into smaller groups that help describe the tumor in even more detail. Lymph nodes are small, bean-shaped organs located throughout the body that help the body to fight infections as part of the immune system. Lymph nodes near the colon and rectum are called regional lymph nodes. All others are distant lymph nodes that are found in other parts of the body. The “N” followed by a number or letter represents whether the tumor cells have spread to the regional lymph nodes, and by how much. For example, N0 represents no spread to regional lymph nodes, N1 means that there are tumor cells found in 1 to 3 regional lymph nodes, and N2 means 4 or more regional lymph nodes. Doctors assign the stages (eg. Stage I, IIA, IIB etc.) of the cancer by combining the T, N, and M classifications to help with patient treatment planning [5]. Pathological staging of CRC has important clinical significance for choosing proper patient treatments and corresponding follow-up plans.

However, even patients with the same stage and pathological type can have different responses to the same radial or chemotherapy regimen, which indicates individual differences among the patients. Similarity analysis of colorectal cancer patients based on their characteristics may help to categorize patients to different groups and recommend the relevant treatment scheme towards personalized treatment [6]. One of the fundamental challenges for PMT is to group patients in subsets (small cluster of patients) based on their similarity and as well as capturing the relationships between them. The key to creating meaningful patient clusters is to capture the right patient characteristics (features) and to apply the suitable algorithms. Two important tasks involved in the process are (i) similarity computation: it measures the similarity between the CRC patients based on their characteristics such as cancer stage, vital signs, symptoms and other clinical signs, and (ii) capturing relationships: the relationships can be captured at the patient level as well as between the subsets created based on the common characteristics shared by the group of patitents. The use of patient clusters enables us to build a knowledge base to assist with making clinical applications.

In the past, many methods have been proposed for patient similarity computation, utilizing cancer staging levels and other prognostic factors. Huang et al. [7] proposed a patient similarity measurement to build predictive models for diabetes status. The similarity calculation method was based on Euclidean distance and Jaccard distance. Pai et al. [8] presented a novel supervised patient classification framework based on patient similarity networks-netDx, the similarity metric used was Euclidean distance and Pearson correlation. In the same scope, Pokharel et al. [9] used an ontology-based method for calculating patient similarity for intensive care unit (ICU) patients. Pokharel et al. [10, 11] later continued to propose temporal tree with sequential pattern mining to capture inherent relationships between the clinical events due to their co-occurrence. However, all the above-mentioned patient similarity-based methods only focused on computing the similarity between the patients and did not consider preserving the relationships into the patient level and at the subsets level.

To address the problems listed above, we proposed the formal concept analysis (FCA) based similarity computation approach. FCA expresses knowledge bases in a hierarchical structure, which also reflects the relations between concepts or clustered groups [12]. Each concept in the hierarchy represents corresponding objects that share a set of properties, and each sub-concept in the hierarchy represents a subset of the objects (as well as a superset of the properties) in the concept above it. This research aims to build a knowledge base for colorectal cancer patients using FCA. The concept lattice included in the knowledge base can be used as references for individual patient treatment planning.

Methods

Data sets

The data used for this study were collected for our earlier study [13] from the hospital information system (HIS) of Shandong provincial hospital, China from November 2010 and July 2016, and it was made available for this study and future validation of algorithms. The main inclusion criteria for selecting the patient cohort were: (i) diagnosed as CRC based on histology or cytology, (ii) at least 18 years old, (iii) had not received neoadjuvant therapy (iv), received radical surgery, (v) available for follow-up data, (vi) preoperative biochemical test data can be obtained. Furthermore, patients were not included in the study if they met any of the following exclusion criteria: (i) urgent and untreatable due to widespread metastasis, (ii) have been diagnosed with other additional cancers and (iii) currently receiving preoperative chemotherapy or immunotherapy. After selecting patients based on the inclusion and exclusion criteria, there were 2442 eligible patients diagnosed with CRC.

Besides cancer stages, patient age, cancer cell degree of differentiation, histological type, number of sample lymph nodes, carcinoembryonic antigen (CEA), cancer antigen 19-9 (CA19-9), lymph node ratio (LNR) and lymph vascular invasion have been reported as prognostic factors of cancer patients [13,14,15,16,17]. Each of these values were recorded for each patient in the collected data set and were used to build a knowledge base in this study. The number of layers of original tumor that has grown into the wall of the colon or rectum were also recorded in the dataset, including T1, T2, T3 and T4. Spread of regional lymph nodes were recorded as N0, N1 and N2. Seven cancer stage groups were formed based on the TNM system, stage I, IIA, IIB, IIC, IIIA, IIIB and IIIC, each representing different levels of cancer spread into nearby tissues or lymph nodes [5].

Formal concept analysis

The term formal concept analysis was first introduced by Wille in 1981 [18]. It provides a conceptual framework for structuring, analyzing and visualizing data, to make them more understandable [11]. The method defines a concept as a unit comprising a set of objects and a set of their shared attributes. It identifies all concepts and their dependencies from the tabular input data which is defined as a formal context. Two sets of output data are produced from the analysis performed on the formal context. The first output provides a hierarchical relationship of all the established concepts in the form of a line diagram called a concept lattice (Hasse diagram). In the concept lattice, each concept is represented as a node, referred to as the concept node. The second set of outputs is a list of all the interdependencies found among attributes in the formal context [19]. In FCA, every concept in the concept lattice (a node in the line diagram) consists of two parts: connotation (attribute set) and extension (object set). The concept lattice explains the relationship between connotation and extension, and it is the unity of the connotation and the extension.

  1. 1)

    Formal context

A formal context in FCA can be represented as a triple K = (G,M,I), where G and M are two sets of elements and represent objects and attributes, respectively. I is the binary relationship between G and M. In order to express the relationship I between object g and attribute m, we can write it as gIm or \(\left(g,m\right)\in I\) and interpret it as "object g has attribute m". In formal context K = (G,M,I), given a set of object subsets \(A\subseteq G\) and a set of attribute subsets \(B\subseteq M\), then a set of dual operators A' and B' are defined as follows:

$$\begin{aligned} A^{\prime} & = \left\{ {m \in M{|}\forall g \in A, gIm} \right\} \\ B^{\prime} & = \left\{ {g \in M{|}\forall m \in B, gIm} \right\} \\ \end{aligned}$$
(1)

where A' is a collection of all the attributes that are shared by all the objects in A, and B' is a collection of all the objects, of which each object has all the attributes in B. If A and B satisfy A' = B and B' = A, then (A, B) is called a concept of formal context, where A is the extension of the concept and B is the connotation of the concept [18].

In this study with the colorectal cancer data, each patient is an object, and the corresponding features (characteristics) of patients are attributes. We establish the formal context according to the relations between the sets of objects and attributes, thus forming a hierarchical structure among concepts, which is a concept lattice. To further explain how the formal context is established, we use only 3 of our patients (3 objects) with 6 features (6 attributes) as an example dataset to create a visualisable context. The example dataset includes 3 patients with each patient having 6 attributes age_L, age_M, age_H, Lym_L, Lym_H, CEA_L, CEA_H (Table 1). The characteristics of each patient are represented by the attributes with a binary value. For example, patient1’s age is over 70 years old (age_H), low in lymph nodes number (Lym_L) and high in carcinoembryonic antigen level (CEA_H). With this example dataset, the whole set of objects G includes 3 patients noted as P1, P2 and P3. M is the whole set of attributes Age_L, Age_M, Age_H, Lym_L, Lym_H, CEA_L and CEA_H. The subset of the attributes {Age_M, Lym_H} is shared by objects P2 and P3, and {P2, P3} is the collection of all the objects that share the 2 attributes. Then ({p2, p3}, {Age_M, Lym_H}) is a concept. Also, {P1, P3} is a collection of all the objects that shared the attribute CEA_H, this makes ({P1, P3}, {CEA_H}) a concept. With this example dataset, 5 concepts can be created. The whole concept lattice (context) created with this dataset can be visualised in Fig. 1. Inside the context, each node represents a concept.

  1. 2)

    Concept similarity in FCA

Table 1 Example Dataset with 3 Patients and 6 Attributes
Fig. 1
figure 1

Context lattice created based on the example dataset that includes 3 patients and 6 attributes (Table 1)

Concept similarity can be measured by the distances between the concepts in the hierarchy of concept lattice. At present, there are many methods to calculate concept similarity, such as concept similarity based on concept instances, concept similarity based on attributes and concept similarity based on concept relations.

Concept similarity indicates the degree at which two concepts share the same objects and attributes. The closer two entity concepts are (sharing more objects and attributes), the higher the concept similarity they will have. The calculation of similarity between concept nodes can be measured by distance. A greater distance between two concept nodes indicates a lesser number of the same objects and attributes being shared between the two concept nodes, that is, the concept similarity is lower. Concept similarity between two concept nodes (A1, B1 and A2, B2) can be calculated as follows:

$$\begin{gathered} {\text{Sim(}}(A_{1} ,B_{1} ),(A_{2} ,B_{2} )) \hfill \\ = \left( {\frac{{\left| {A_{1} \cap A_{2} } \right|}}{m}} \right)*\alpha + \left( {\frac{{\left| {B_{1} \cap B_{2} } \right|}}{n}} \right)*\beta \hfill \\ \end{gathered}$$
(2)

where m = max ((A1|, |A2|), n = max (|B1|, |B2|). When the objects and attributes of concept nodes are equally considered, α = β = 0.5.

For retrieving similar concepts from the context that share attributes with a new object (in this study a patient), we calculated the similarity between the patient and the concepts based on attributes, which is the case of formula (2) with α = 0, β = 1.

Results

Description of patients’ characteristics

The characteristics of the patients included in this study is shown in Table 2. From the total of 2442 patients, 1108 (45.4%) patients were younger than 60 years old, 824 (33.7%) patients were 60–70 years old, and 216 (21.6%) patients were older than 70 years old. Most of the patients (N = 1878 or 76.9%), have moderate degree of cancer cell differentiation. Majority of the patients (N = 2115 or 86.6%) were recorded as adenocarcinoma. Over 90 percent of the patients (N = 2218) had more than 10 lymph nodes. The preoperative carcinoembryonic antigen level of 1487 (60.9%) patients was lower than 5 ng/mL, and preoperative cancer antigen level of 2100 patients (86.0%) was lower than 37 U/mL. More than 95 percent of the patients (N = 2333 vs N = 109) did not have lymphovascular invasion, and 1799 (72.9%) patients had lymph nodes ratios lower than 0.13. T1, T2, T3 and T4 tumor stages accounted for 128 (5.2%), 388 (15.9%), 592 (24.2%) and 1334 (54.6%) of patients, respectively. Lymph node stages N0, N1 and N2 accounted for 1489 (61.0%), 533 (21.8%) and 420 (17.2%) patients, respectively. The cancer stage groups in this dataset included I, IIA, IIB, IIC, IIIA, IIIB and IIIC, with patient numbers in each stage of 428 (17.5%), 396 (16.2%), 648 (26.5%), 17 (0.7%), 66 (2.7%), 530 (21.7%) and 357 (14.6%), respectively.

Table 2 Baseline statistical description of patients with CRC

Formal context of colorectal cancer patients

The formal context of the 2442 patients was constructed with the fcaR package in R [20]. Attributes (features) of patients were coded as binary values before being used as the input of the package. Part of the input file is shown in Table 3. A total of 31,741 concepts were obtained from the data set, including the top one which does not contain any attributes and the bottom one that has an empty set of objects. Table 4 shows some of the concept values in the formal context. Each row in the table represents one concept in the context, with its corresponding attributes and the number of objects included in the concept. The concepts at the top of the concept lattice hierarchy include more individual patients who share the small sets of attributes, while the concepts at the lower levels contain less patients who share more specific attributes. The last four rows of the table also show the patients included in the concepts as examples, when the number of objects is not more than 2.

Table 3 Colorectal Cancer Patients and Attributes
Table 4 Concepts in the context of colorectal cancer patients

The lattice (the context) with all the patients and attributes constructed can be used as a knowledge base. We hypothesize that patients who share the same concept indicates the potential of similar effect with same clinical procedures or treatments. For example, the set of objects in concept 9 (C9) included 43 patients. These patients share the properties, with evidence of lymphovascular invasion and high lymph nodes ratios, and therefore may share similarities in clinical procedures or treatment plans.

Concept retrieval for new colorectal cancer patients

In this study, each patient along with its all attributes can be considered as a concept. To retrieve the concepts that have high similarity with the new patient concept, similarity between the new case and the concepts within the context was calculated based on patient attributes described earlier. When there exists a concept in the knowledge base (context) that share the whole set of attribute values with the new patient, a concept that matches to the new patient 100% can be retrieved. The rest of the concepts can be ranked by the similarity levels between each concept and the new patient case (Fig. 2). Table 5 shows the top similar concepts retrieved for a new patient that shares the same attributes as patient 980. The similarity scores between the new case and the concepts within the context were calculated with formula (2).

Fig. 2
figure 2

Information retrieval from the knowledge base for a new patient (O1, O2 are examples of objects, and A1, A2 and A3 are examples of attributes)

Table 5 Similarity scores (top 10) retrieved from the context, for a new patient who shares all the attributes with patient 980

As we hypothesized that shared and distinguished attributes by the concepts may offer some insight to clinicians. With the treatment record of each patient included in the concepts with high similarity, a more suitable treatment plan may be suggested for a new patient.

Discussion

In this study, FCA is introduced for patient similarity analysis which not only presents a hierarchy, but also reflects the relationship between concepts. The concept lattice built from this study can be used as a reference knowledge base for choosing alternative treatment plans for the patients who did not receive an effective treatment. For example, patient A and patient B share one concept. However, patient A had effective treatment, and patient B had another treatment procedure but not as effective as patient A had. Doctors can then review the treatment plan for patient A and adjust the treatment for patient B accordingly.

A similarity measure, between a new patient as a new case and the existing patients along with their attributes as concepts within the knowledge base, can be used to help find the patients who share the most attributes with the new patient. In this study, the similarity between patients or the similarity between a new case and a concept included in the formal context was calculated based on patients’ attributes as described in formula 2. The similarity can be calculated by different methods, for example Euclidean distance or the method proposed by Tadrat et al. [21] and suggested by Finnie and Sun [22]. We hypothesize that patients with high similarity in attributes or patients who are within the concepts close to each other should share certain clinical values. A group of concepts that have high similarity to each other can offer more expanded insight to assist with making clinical decisions. Different levels of concept clustering may be applied for different clinical practices. In this study we calculated similarity scores between a new case and the concepts within the built context for case retrieval, using one similarity calculation algorithm. We have not created concept clusters within the context, and this will be our future study to test different similarity algorithms when we have enough following up patient treatment records for further validation.

Conclusions

In this study, the concept lattice theory was applied to patient similarity analysis. A context of CRC patients was built with extra patient attributes in addition to cancer stages. It can be used as a knowledge base for clinicians to provide alternative clinical advice to new or existing patients. For each patient, a similarity score to each existing concept in the lattice can be retrieved. Along with the clinician’s ability to analyze with flexibility and pass judgment, the knowledge base offers significant support to doctors in providing appropriate advice and making decisions. Further clustering based on the concepts presented in the lattice can be applied to various clinical applications, corresponding to different patient categorizations. The concept lattice theory adds value in health services, elevating personalized cancer care or treatment.

Availability of data and materials

The dataset used for this study is stored on the research storage server at Griffith University (https://research-storage.griffith.edu.au/owncloud). It is available for authorised users or on request to the corresponding author.

Abbreviations

CA19-9:

Cancer antigen 19-9

CRC:

Colorectal cancer

FCA:

Formal concept analysis

LNR:

Lymph node ratio

PMT:

Personalize medical treatment

TNM:

A tumor staging system (tumor, lymph nodes and metastasis

References

  1. Siegel RL, Miller KD, Fedewa FA, et al. Colorectal cancer statistics, 2017. CA Cancer J Clin. 2017;67(3):177–93.

    Article  PubMed  Google Scholar 

  2. Ferlay J, Soerjomataram I, Dikshit R, et al. Cancer incidence and mortality worldwide: sources, methods and major patterns in GLOBOCAN 2012. Int J Cancer. 2015;136:E359–86.

    Article  CAS  PubMed  Google Scholar 

  3. Guglielmo A, Staropoli N, Giancotti M, Mauro M. Personalized medicine in colorectal cancer diagnosis and treatment: a systematic review of health economic evaluations. Cost Effective Resour Alloc. 2018;16:2. https://doi.org/10.1186/s12962-018-0085-z.

    Article  Google Scholar 

  4. Moccia F et al., Lymph node ratio versus TNM system as prognostic factor in colorectal cancer staging. A Single Center Experience, Open Med (Wars), 14: 523–531, 2019.

  5. Cancer.Net, Colorectal Cancer: Stages, https://www.cancer.net/cancer-types/colorectal-cancer/stages, accessed on 6 Nov, 2020.

  6. Brown SA. Patient similarity: emerging concepts in systems and precision medicine, Front Physiol, Editorial Material, 7: p6, Art. no. 561, 2016,

  7. Huang Y, et al. Study on patient similarity measurement based on electronic medical records. Stud Health Technol Inform. 2019;264:1484–5.

    PubMed  Google Scholar 

  8. Pai S, Hui S, Isserlin R, Shah MA, Kaka H, Bader GD. netDx: interpretable patient classification using integrated patient similarity networks. Mol Syst Biol. 2019;15(3):e8497.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Pokharel S, Li X, Zhao X, Adhikari A, Li Y. Similarity computing on electronic health records. in PACIS, p198, 2018.

  10. Pokharel S, Zuccon G, Li X, Utomo CP, Li Y. Tempora tree representation for similarity computation between medical patients. Artif Intell Med. 2020;108:101900.

    Article  PubMed  Google Scholar 

  11. Pokharel S, Zuccon G, Li Y. Representing EHRs with temporal tree and sequential pattern mining for similarity computing, International conference on advanced data mining and applications (ADMA), 2020

  12. Formica A. Concept similarity in formal concept analysis: an information content approach. Knowl-Based Syst. 2008;21(1):80–7.

    Article  Google Scholar 

  13. Li J, Li X, Gu J, Ma X, Xue F. A competing-risks nomogram for predicting probability of death from CRC in Chinese Han patients with Stage I-III CRC. Jpn J Clin Oncol. 2018;48(12):1088–95.

    Article  PubMed  Google Scholar 

  14. Compton C. Colorectal carcinoma: diagnostic, prognostic, and molecular features. Mod Pathol. 2003;16:376–88.

    Article  PubMed  Google Scholar 

  15. Sun K, Chen S, Xu J, Li G, He Y. The prognostic significance of the prognostic nutritional index in cancer: a systematic review and meta-analysis. J Cancer Res Clin Oncol. 2014;140:1537–49.

    Article  PubMed  Google Scholar 

  16. Zheng C, Zhan W, Zhao J, et al. The prognostic value of preoperative serum levels of CEA, CA19-9 and CA72-4 in patients with colorectal cancer. World J Gastroenterol. 2001;7:431–4.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. May M, Herrmann E, Bolenz C, et al. Association between the number of dissected lymph nodes during pelvic lymphadenectomy and cancer-specific survival in patients with lymph node-negative urothelial carcinoma of the bladder undergoing radical cystectomy. Ann Surg Oncol. 2011;18:2018–25.

    Article  PubMed  Google Scholar 

  18. Wille R. Restructuring lattice theory: an approach based on hierarchies of concepts, Proceedings of the NATO Advanced Study Institute held at Banff, Canada, August 28 to September 12, 1981.

  19. Škopljanac-Mačina R, Blašković B. Formal concept analysis—overview and applications. Proc Eng. 2014;69:1258–67.

    Article  Google Scholar 

  20. Rodriguez DL, Mora A, Dominguez J and Villalon A, fcaR: Formal Concept Analysis, R package version 1.0.4,2020, https://CRAN.R-project.org/package=fcaR (accessed on 24 Aug, 2021)

  21. Tadrat J, Boonjing V, Pattaraintakorn P. A new similarity measure in formal concept analysis for case-based reasoning. Expert Syst Appl. 2012;39(1):967–72.

    Article  Google Scholar 

  22. Finnie G, Sun Z. Similarity and metrics in case-based reasoning. Intl J Intell Syst. 2002;17(3):273–87.

    Article  Google Scholar 

  23. Xiang J, Xu H, Pokharel S, Li J, Xue F, Zhang P. Similarity computation based on formal concept analysis for colorectal cancer patients, Proceedings of 2020 IEEE international conference on bioinformatics and biomedicine, https://doi.org/10.1109/BIBM49941.2020.9313144, 2020.

Download references

Acknowledgements

Part of this work has previously been presented at IEEE International Conference on Bioinformatics and Biomedicine 2020 [23].

About this supplement

This article has been published as part of BMC Medical Informatics and Decision making Volume 21 Supplement 11 2021: Selected papers from the 4th International Workshop on Computational Methods for the Immune System Function (CMISF 2020): medical informatics and decision making. The full contents of the supplement are available at https://bmcmedinformdecismak.biomedcentral.com/articles/supplements/volume-21-supplement-11.

Funding

This work was supported by China Postdoctoral Science Foundation (No.2017M612295). The funders had no role in study design, data collection, data analysis and interpretation, decision to publish, or preparation of the manuscript. Publication costs are funded by Menzies Health Institute QLD, Griffith University, Australia.

Author information

Authors and Affiliations

Authors

Contributions

FX and JX conceived the project. PZ, JX and SP designed the methodology. JL and HX collected and cleaned dataset. JX, HX performed the experiments with PZ’s supervision. PZ, JX and SP interpreted the results and drafted the manuscript. PZ and FX revised the draft. All authors have read and approved the final manuscript.

Corresponding author

Correspondence to Ping Zhang.

Ethics declarations

Ethics approval and consent to participate

The study was approved by the Ethics Committee of School of Public Health, Shandong University and conducted in accordance with the ethical guidelines of the Declaration of Helsinki of the World Medical Association. The data used are all deidentified, consent to participate is not applicable.

Consent to publish

Not applicable.

Competing interests

Authors have no competing interests relevant to this paper.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Xiang, J., Xu, H., Pokharel, S. et al. Building a knowledge base for colorectal cancer patient care using formal concept analysis. BMC Med Inform Decis Mak 21 (Suppl 11), 369 (2022). https://doi.org/10.1186/s12911-021-01728-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-021-01728-y

Keywords