AI Flashcards
Network Medicine is based on…
network science, physics, applied mathematics and statistics, computer science, biology, and medicine
*
Patients are unique
*
Patients with the same clinical picture do not share necessarily the same disease pathophenotype
*
Networks of molecular interactions (interactome) to identify unknown disease phenotypes and pathogenic event
*
Network of Networks
Network Medicine is …?
*
Different biological networks capture the complex interactions between genes, proteins, RNA molecules, metabolites and genetic variants in the cells of organisms
*
These networks, also interchangeably known as graphs, are representations in which the complex system components are simplified as nodes that are connected by links (edges)
*
Network medicine is largely discovery driven, rather than hypothesis driven, uncovering previously unknown relationships and leading to the identification of new biomarkers
Network-based studies have to primarily identify two things…?
*
what are the critical entities in the system under investigation (nodes)
*
what is the nature of the interactions between theseentities (edges)
what are the kinds of grraph is network medicine ?
Binary vs Weighted
Directed vs undirected
how is the Identification of disease associated network components within the interactome done ?
*
Consideration of the topological properties of the nodes and assess the functional role of their hubness which is the property of having a higher number of connections
*
Identification of new disease genes in the network by using “guilt-by-association“a property not based on direct evidence but association with other disease genes
*
Prioritization of candidate disease genes, molecular interaction networks assists in the identifification of sub-networks mechanistically linked to disease phenotypes
how does the Co-expression based network modeling to identify disease biomarkers work ?
*
Patterns of transcript abundance are studied in the context of the disease after construction of Gene Co-expression Networks (GCNs)
*
Combination of important seed genes with an organic network of co-expression patterns derived from the gene expression data from the same system
*
GCNs identify the functionally coordinated participation of genes in response to an external stimulus or condition
*
GCNs can be signed or unsigned, weighted or unweighted, and may either be constructed using microarray or RNA-Seq data
how are we Inferring ( forming an opinion ) Phenotype Specific Gene Regulatory Networks?
*
Separate networks can be built for each phenotype which may be case-control, disease-specific, tissue or cell-specific, sex-specific, or for different disease subtypes
*
Network comparison model stems from the axiom of “differential networking” over “differential expression”
*
The comparison of networks helps to uncover the specific rewiring of pathways, such as those induced by disease, pharmacological treatment, or environmental stimuli and more
The Future Needs in NM?
*Define as much as possible the biological heterogeneity to increase the precision of risk prediction and the personalization of prevention and intervention strategies
*Help the researchers to better understand the human physiological and clinical relevance (to avoid reverse technological processes) and to focus on the relevance for the patients needs
*Integrate data of different nature in a way able to rapidly reduce the dimensionality in order to distill implementable results in drug discovery/healthcare management
what is the use of NM?
Disease Understanding: Network medicine enables researchers to characterize diseases as perturbations in complex biological networks rather than isolated anomalies. By mapping out the interactions among genes, proteins, and other molecular entities, network medicine provides insights into disease mechanisms, progression, and heterogeneity. This holistic approach aids in identifying novel biomarkers and therapeutic targets.
Personalized Medicine: By integrating patient-specific data, such as genomics, transcriptomics, and clinical information, with network-based models, personalized treatment strategies can be devised. Network analysis helps in identifying patient subgroups with similar molecular profiles and predicting individual responses to drugs, allowing for tailored therapeutic interventions.
Drug Discovery and Repurposing: Network medicine facilitates the identification of drug targets and the repurposing of existing drugs for new indications. By analyzing drug-protein interaction networks and their effects on disease-associated pathways, researchers can identify candidate compounds with therapeutic potential and optimize drug combinations for synergistic effects.
Systems Pharmacology: Network medicine provides a systems-level understanding of drug actions and their effects on biological pathways. By integrating pharmacological data with molecular networks, researchers can predict drug efficacy, side effects, and interactions, aiding in the design of safer and more effective treatments.
Biomarker Discovery: Network-based approaches help in the identification of molecular signatures and biomarkers associated with disease diagnosis, prognosis, and treatment response. By analyzing the connectivity and dynamics of biomolecular networks, researchers can uncover diagnostic markers for early disease detection and monitor disease progression.
Biological Network Visualization and Interpretation: Network visualization tools and software platforms allow researchers to visually explore and interpret complex biological networks. By representing molecular interactions as graphical networks, researchers can identify key nodes (e.g., hubs, bottlenecks) and pathways implicated in disease pathogenesis, facilitating hypothesis generation and experimental validation.
what are Artificial
Intelligence ( AI)& Machine Learning (ML) ?
*
AI : the theory and development of computer systems able to perform
tasks that normally require human intelligence, such as visual
perception, speech recognition, decision making, and translation
between languages.
*
ML : The use and development of computer systems that are able to
learn and adapt without following explicit instructions, by using
algorithms and statistical models to analyze and draw inferences from
patterns in data.
-
-> Artificial intelligence is simulated intellectual tasks. Machine Learning is algorithms
trained on data to learn patterns to make predictions.
Machine
learning use cases in life science
Genomics
Genomics
*
Variant calling
*
Genetic sequence
of a cancer e.g.
druggable targets
*
Functional
predictions
OMICS &
life
science
*
Risk factors (e.g.,
hypertension)
*
Integration of
Multiomics
*
Protein structure
predictions
*
DDI networks
*
Drug Discovery
Diagnostics
*
Images of
patients e.g. eye,
skin, hair
*
CT pictures e.g. of
the head , cancer
*
X ray films
*
Real time video
of a colonoscopy
Healthcare
Diagnostics
*
Alerts &
diagnostics from
ral time EHR data
*
Predictive health
management
*
Healthcare
provider
sentiment
analysis
what is the big difference between deep learning and machine learning ?
feature extraction is done manually in machine learning whereas in deep learning we don’t give it the features , it learns how to classify by itself
can we have both acuracy and interpretability in ML?
Trade
off between accuracy and interpretability for ML models
how does chat gpt work ?
The chat gpt splits the words to models
It predicts what word comes after the other
Possible
token levels
*
Sentence
*
Words
*
Subword
*
Character
how does supervised learning work ?
Supervised learning we give training data that is categorized
so then it can say if its good or bad for example ( binary )
What if we have more than one input ?
It can draw a line in two dimensions and categorise the elements
how does Unsupervised
learning work ?
“the data comes only with inputs
x but not output labels y,
and the algorithm has to find some structure or some
pattern or something interesting in the data.”
Questions
, apply supervised or unsupervised learning algorithm
*
Given email labeld as spam /not spam , learn a spam filter
*
Given a set of published papers found on pubmed , group them
into sets of articles about the same research topic
*
Given a databse of expression data of patients , automatically
discover signals and group patients into different response
groups
*
Given a datasdet of patients diagnosed as either having
diabets or not, learn to classify new patients as having
diabetes or not
Supervised
Unsupervised
Unsupervised
Supervised
what is the basic principle of supervised regression learning ?
training set - learning algorithm = Feature - model- Prediction (Estimated y)
What
is f?
𝑓(𝑥)=𝑤𝑥+𝑏
Linear
regression with one
variable/ feature
=Univariate linear regression
Needed:
Matrix of features
Matrix of coefficient
Principle of machine learning algorithms
3 step process
Infer / Predict
Error / Loss
Train / Learn
-Predict : MOVE
-Error: BAD or GOOD
-Learn :Oh,
this was a
terrible
idea
-Reinforcment :
Well done , do it again
Model:
Decreasing or increasing the weights
what does the cost function do ?
Squared error cost function
calculates the distance( Mean Squared Error) from the correct value and then :
𝑓(𝑥)=𝑤𝑥+𝑏
Optimize w and b to get lowest Mean Squared Error ( sometimes this can be a loval minimum and thats a problem )