ArticleslgStudy

computer science

Phenotypic disease network (PDN)

Phenotypic disease network (PDN) is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Phenotypic disease network (PDN) rather than just read about it. In short: The first phenotypic disease network was constructed by Hidalgo et al. (2009) to help understand the origins of many diseases and the links between them.

Key takeaways

  • Phenotypic disease network (PDN) belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Phenotypic disease network (PDN) to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Phenotypic disease network (PDN) from memory before moving on to harder problems.

Reference excerpt

The first phenotypic disease network was constructed by Hidalgo et al. (2009) to help understand the origins of many diseases and the links between them. Hidalgo et al. (2009) defined diseases as specific sets of phenotypes that affect one or several physiological systems, and compiled data on pairwise comorbidity correlations for more than 10,000 diseases reconstructed from over 30 million medical records. Hidalgo et al. (2009) presented their data in the form of a network with diseases as the nodes and comorbidity correlations as the links. Intuitively, the phenotypic disease network (PDN) can be seen as a map of the phenotypic space whose structure can contribute to the understanding of disease progression.

History During the last decade, several papers were published that aim at understanding the origins and interrelatedness of diseases using the analytical tools of network science. Interactions between disease-associated genes, proteins, and gene expressions have been explored. However, phenotypic information was essentially overlooked, despite the fact that there exist extensive, high-quality data on it in the form of clinical histories, until the seminal paper of Hidalgo et al. (2009) introducing the human phenotypic disease network.

Data and methodology

Source data Hidalgo et al. (2009) used Medicare hospital claims based on the MedPAR records on hospitalizations for the period 1990-1993. For the 32 million elderly Americans aged 65 or older enrolled in Medicare and alive for the entire study period, there were approximately 32 million inpatient claims, belonging to about 13 million individuals. The dataset consisted of mainly white patients over 65 years old living in an industrialized country which imposed some limitations on the study; for example, many infectious diseases or pregnancy related conditions did not appear in the data at all.

Comorbidity correlation measures Comorbidity measures are used to measure the "distance" between two diseases. The relative risk (RR) of observing disease i and j affecting the same patient is given by

R R i j = C i j N P i P j {\displaystyle RR_{ij}={\frac {C_{ij}N}{P_{i}P_{j}}}}

where C i j {\displaystyle C_{ij}} denotes the number of patients affected by both diseases, N is the total number of patients in the population, and P i {\displaystyle P_{i}} and P j {\displaystyle P_{j}} are the prevalences of diseases i and j, respectively. The ϕ {\displaystyle \phi } -correlation (Pearson correlation for binary measures) can be expressed as

ϕ i j = C i j N − P i P j P i P j ( N − P i ) ( N − P j ) . {\displaystyle \phi _{ij}={\frac {C_{ij}N-P_{i}P_{j}}{\sqrt {P_{i}P_{j}(N-P_{i})(N-P_{j})}}}.}

Both measures have inherent biases: RR overestimates relationships involving rare diseases and underestimates the comorbidity between highly prevalent diseases, while the ϕ {\displaystyle \phi } -correlation is accurate in describing comorbidity between diseases with similar prevalence but underestimates the comorbidity between rare and common diseases. In the PDN, nodes are disease phenotypes and links connect those phenotypes that have significant comorbidity correlation according to the RR and ϕ {\displaystyle \phi } -correlation. Considering the complementary biases of these two measures, Hidalgo et al. (2009) constructed a separate PDN for each.

Disease network dynamics

Disease progression Comparing the average correlation between illnesses diagnosed in the first two visits and those diagnosed later (during the third and fourth visits for patients with a total of four visits) to the average correlation in a randomized control case, inter-visit correlations were found to be significantly larger than those that would occur by chance alone, pointing to the fact that patients develop diseases that are close in the PDN to those they already have.

Connectedness and mortality Hidalgo et al. (2009) also established a connection between that the mortality associated with a given disease and its connectivity in the PDN. Diseases that are preceded by others are usually more connected than those that precede others, and they tend to be more lethal. That is to say, patients that have a disease that is more connected in the network face higher mortality rates that those patients who have less connected conditions.

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Phenotypic disease network (PDN)

Start with the simplest possible case. Write down what Phenotypic disease network (PDN) claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Phenotypic disease network (PDN) before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Phenotypic disease network (PDN) ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Phenotypic disease network (PDN)

In research
Phenotypic disease network (PDN) appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Phenotypic disease network (PDN) in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Phenotypic disease network (PDN) is common in secondary-school and first-year university syllabi. It links to neighbouring topics Network theory, so understanding it makes those chapters shorter.
In everyday life
Look for Phenotypic disease network (PDN) outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Phenotypic disease network (PDN)” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Phenotypic disease network (PDN) in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Phenotypic disease network (PDN) means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Phenotypic disease network (PDN) out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Phenotypic disease network (PDN) in simple terms?

The first phenotypic disease network was constructed by Hidalgo et al. (2009) to help understand the origins of many diseases and the links between them.

Why does Phenotypic disease network (PDN) matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Phenotypic disease network (PDN)?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Phenotypic disease network (PDN).

Tags

  • Network theory

Keep exploring