SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
AI-Augmented
Drug Discovery
Creative Biolabs provides innovative drug discovery services
based on our original Artificial Intelligence-augmented
technology, especially for the discovery of therapeutic
antibodies and small molecules.
Email: info@creative-biolabs.com
Address: SUITE 203, 17 Ramsey Road, Shirley, NY 11967, USA
Web: www.creative-biolabs.com
CONTENTS
01
02
03
04
01
Introducing a new drug to market
can cost pharmaceutical
companies an average $2.6 billion
and 11-15 years of research and
development.
Even once new drug candidates
show potential in laboratory
testing, less than 10% of drug
candidates make it to market
following Phase I trials.
Between 2010 and 2017, 76% of
new drugs approved by the US
Food and Drug Administration
(FDA) are small molecules.
$2.6 B 10% 76%
WHY USE AI IN DRUG
DISCOVERY?
After making it through the preclinical development
phase, and receiving approval from the FDA,
researchers begin testing the drug with human
participants. AI can facilitate participant monitoring
during clinical trials—generating a larger set of data
more quickly—and aid in participant retention by
personalizing the trial experience.
AI in Clinical Trials
(Phase III)
The drug discovery process ranges from reading and analyzing
already existing literature, to testing the ways potential drugs
interact with targets. According to report, AI could curb drug
discovery costs for companies by as much as 70%.
AI in Drug Discovery
(Phase I)
The preclinical development phase of drug discovery involves
testing potential drug targets on animal models. Utilizing AI
during this phase could help trials run smoothly and enable
researchers to more quickly and successfully predict how a
drug might interact with the animal model.
AI in Preclinical Development
(Phase II)
Ø Predicting 3D structure of
target protein
Ø Predicting drug-protein
interactions
Ø AI in determining drug
activity
Ø AI in de novo drug design
AI in
drug design
AI In Drug Discovery
AI in
polypharmacology
Ø Designing biospecific
drug molecules
Ø Designing multitarget
drug molecules
AI in
chemical synthesis
Ø Predicting reaction yield
Ø Predicting retrosynthesis
pathways
Ø Developing insights into
reaction mechanisms
Ø Designing synthetic route
AI in
drug repurposing
Ø Identification of
therapeutic target
Ø Prediction of new
therapeutic use
AI in
drug screening
Ø Prediction of toxicity
Ø Prediction of bioactivity
Ø Prediction of
physicochemical property
Ø Identification and
classification of target cells
02
Classes of Learning Tasks and Techniques
Mix of supervised and unsupervised learning, where less expensive and more abundant unlabeled
data can be utilized to train a classifier.
Semisupervised Learning (Fig. A)
A learning algorithm can interactively query the user to determine labels for unlabeled data in the
regions of the input space about which the model is least certain.
Active Learning (Fig. B)
Describes a family of algorithms that relax the common assumption that the training and test data
should be in the same feature space and follow the same distribution.
Transfer Learning (Fig. D)
Can be treated as a geometric or topological problem, the goal is to find similarities and differences
between data points used to spatially order data.
Unsupervised Learning
The goal is to reconstruct the unknown function f that assigns output values y to data points x.
Supervised Learning
Instead of learning only one task at a time, as in single-task learning, several different but
conceptually related tasks are learned in parallel and make use of a shared internal representation.
Multitask Learning (Fig. E)
To some extent strives to emulate reward-driven learning, and in its simplest configuration, an agent
attempts to find the optimal set of actions to promote some outcome.
Reinforcement Learning (Fig. C)
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
Bayesian methods are those that explicitly
apply Bayes’ theorem to classification and
regression problems.
Bayesian Algorithms
It is called instance-based because it builds
the hypotheses from the training instances.
It is also known as memory-based learning
or lazy-learning.
Instance-Based Methods
Algorithms for constructing decision trees
usually work top-down, by choosing a
variable at each step that best splits the
set of items.
Decision Tree Algorithms
In statistics and machine learning,
ensemble methods use multiple
learning algorithms to obtain better
predictive performance than could be
obtained from any of the constituent
learning algorithms alone.
Ensemble Algorithms
Dimensionality reduction seeks a lower-
dimensional representation of numerical
input data that preserves the salient
relationships in the data.
Dimensionality Reduction
Artificial neural networks (ANNs) consist of
input, hidden, and output layers with
connected neurons (nodes) to simulate the
human brain.
Artificial Neural Networks
Common Learning Algorithms
Bayesian Algorithms
Liu ZH,et al. ChemStable: A web server for rule-embedded naïve Bayesian learning approach to predict
compound stability. J. Comput. Aided Mol. Des. 2014, 28: 941-950.
Instance-Based Methods
SVM is a supervised machine learning algorithm used for both classification
and regression. The objective of SVM algorithm is to find a hyperplane in an
N-dimensional space that distinctly classifies the data points.
Support Vector Machine
A SOM or self-organizing feature map is an unsupervised machine learning
technique used to produce a low-dimensional representation of a higher
dimensional data set while preserving the topological structure of the data.
Self-organizing Map
KNN is a simple, supervised machine learning algorithm that can be used to
solve both classification and regression problems.
K-nearest Neighbor
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019,
119 (18): 10520-10594.
Decision Tree Algorithms
Random forests or random decision forests is an ensemble learning method for
classification, regression and other tasks that operates by constructing a multitude of
decision trees at training time.
Random Forest
A decision tree is a decision support tool that uses a tree-like model of decisions and their
possible consequences, including chance event outcomes, resource costs, and utility.
Decision Tree
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
Ensemble Algorithms
Boosting is an ensemble learning method that combines a set of weak
learners into a strong learner to minimize training errors. In boosting, a
random sample of data is selected, fitted with a model and then
trained sequentially—that is, each model tries to compensate for the
weaknesses of its predecessor.
Boosting
Bagging, is the ensemble learning method that is commonly used
to reduce variance within a noisy dataset. In bagging, a random
sample of data in a training set is selected with replacement—
meaning that the individual data points can be chosen more than
once.
Bagging
Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
Dimensionality Reduction
LDA is a generalization of Fisher's linear discriminant, a method used in
statistics, pattern recognition and machine learning to find a linear
combination of features that characterizes or separates two or more classes
of objects or events.
Linear Discriminant Analysis
Image From Wikipedia
A visual depiction of the resulting PCA projection for a set of 2D points. A visual depiction of the resulting LDA projection for a set of 2D points.
PCA is a popular technique for analyzing large datasets containing a high
number of dimensions/features per observation, increasing the
interpretability of data while preserving the maximum amount of information,
and enabling the visualization of multidimensional data.
Principal Component Analysis
Artificial Neural Networks
DNN refers to an ANN that has several hidden layers with several
differences. Deep nets process data in complex ways by employing
sophisticated math modeling.
Deep Neural Networks
ANNs are computing systems inspired by the biological neural networks
that constitute animal brains. A typical ANN architecture contains many
artificial neurons arranged in a series of layers: the input layer, an output
layer, i.e., the top layer, which generates a desired prediction ( ADMET
properties, activity, a vector of fingerprint etc.), and one or more hidden
layer where the intermediate representations of the input data are
transformed.
Artificial neural networks
Image From Wikipedia
03
DeepVS: Boosting Docking-Based Virtual
Screening with DL
Pereira J.C. Boosting docking-based virtual screening with deep learning. J. Chem. Inf. Model. 2016;56:2495–2506.
Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338.
The deep neural network that is introduced, DeepVS, uses the output of a
docking program and learns how to extract relevant features from basic
data. The approach introduces the use of atom and amino acid
embeddings and implements an effective way of creating distributed
vector representations of protein–ligand complexes by modeling the
compound as a set of atom contexts that is further processed by a
convolutional layer.
DeepVS
DeepAffinity: DL Method
Used to Measure DTBA
Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338.
DeepAffinity is a deep learning methods used to measure drug
target binding affinity. Under novel representations of
structurally-annotated protein sequences, a semi-supervised
deep learning model that unifies recurrent and convolutional
neural networks has been proposed to exploit both unlabeled
and labeled data, for joint ly encoding molecular
representations and predicting affinities. Performances for new
protein classes with few labeled data are further improved by
transfer learning.
DeepAffinity
DeepTox: Toxicity Prediction Using Deep Learning
Mayr A. DeepTox: toxicity prediction using deep learning. Front. Environ. Sci. 2016, 3:80.
Representation of a toxicophore by hierarchically related features.
AI-Based QSAR Models
Image From Wikipedia
Profile-QSAR
SVM QSAR
Bayesian QSAR
Multitask QSAR
04
• High throughput, screen large numbers of clones
• Large library capacity: from 107 to over 108
• Various phage display systems (M13,λ,T7)
• Tailored biopanning strategies
• Wide range of applications
Antibody Production by Phage Display
Creative Biolabs has combined AI, big data, machine learning, and phage display to generate a novel AI-powered computational antibody drug discovery
platform. Aided by this innovative platform, one-stop human antibody discovery services are provided, including antibody-antigen binding prediction,
antibody candidate generation, antibody sequence optimization, and antibody production & characterization.
AI-Based One-stop Antibody
Discovery Platform
• Discover and analyze new antibody clusters
• Generate new sequences within existing clusters
• Accelerate the generation of high-affinity antibodies
• Rapidly generate novel antibody sequences using
computational algorithms to help improve affinity, solubility,
manufacturability, specificity, and stability
Augmented Antibody Discovery with Al
AI can typically generate 10 times more
antibody sequence clusters than a laboratory-
based approach alone. Diversity leads to the
discovery of new binding modalities and
potentially new therapeutic modes-of-action.
Antibody Discovery Services
Creative Biolabs is specialized in designing and
performing high-quality custom AI-based antibody
screening assays, with different formats, endpoints,
parameters, to satisfy any specific requirement.
Antibody Screening Services
Creative Biolabs offers a wide variety of antibody
engineering services to quickly and efficiently optimize
the existing antibodies via AI based algorithms, such
as affinity, solubility, cross-reactivity, manufacturability,
immunogenicity, specificity, and stability.
Creative Biolabs has applied AI technology in small
molecule design and optimization to promote its affinity,
specificity, and validity. Our innovative AI methods range
from in silico molecule screening, molecular modeling, to
AI-based molecule optimization.
Small Molecule Design & Optimization
Creative Biolabs provides the best strategy and
customized protocols for model training data
service, and ultimately, to accelerate the novel
candidate drug discovery.
AI-Augmented Drug Discovery at Creative Biolabs
Antibody Engineering Services Model Training Data Services
THANKS
https://www.creative-biolabs.com
Email: info@creative-biolabs.com
Copyright © Creative Biolabs. All Rights Reserved.

Mais conteúdo relacionado

Semelhante a AI-augmented Drug Discovery.pdf

32_Nov07_MachineLear..
32_Nov07_MachineLear..32_Nov07_MachineLear..
32_Nov07_MachineLear..butest
 
Effect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health DomainEffect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health Domaindbpublications
 
IRJET- Disease Prediction using Machine Learning
IRJET-  Disease Prediction using Machine LearningIRJET-  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine LearningIRJET Journal
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Networkirjes
 
Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...
Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...
Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...ijsc
 
EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...
EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...
EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...ijsc
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryDr ATHUL CHANDRA.M
 
Artificial intelligence in drug discovery
Artificial intelligence in drug discoveryArtificial intelligence in drug discovery
Artificial intelligence in drug discoveryRAVINDRABABUKOPPERA
 
Simplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real LifeSimplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real LifePeea Bal Chakraborty
 
Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...IRJET Journal
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...IOSR Journals
 
INTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxINTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxAbhigyanMishra17
 
How to create your own artificial neural networks
How to create your own artificial neural networksHow to create your own artificial neural networks
How to create your own artificial neural networksAgrata Shukla
 
When deep learners change their mind learning dynamics for active learning
When deep learners change their mind  learning dynamics for active learningWhen deep learners change their mind  learning dynamics for active learning
When deep learners change their mind learning dynamics for active learningDevansh16
 
Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...nalini manogaran
 
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...ahmad abdelhafeez
 

Semelhante a AI-augmented Drug Discovery.pdf (20)

32_Nov07_MachineLear..
32_Nov07_MachineLear..32_Nov07_MachineLear..
32_Nov07_MachineLear..
 
Effect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health DomainEffect of Data Size on Feature Set Using Classification in Health Domain
Effect of Data Size on Feature Set Using Classification in Health Domain
 
IRJET- Disease Prediction using Machine Learning
IRJET-  Disease Prediction using Machine LearningIRJET-  Disease Prediction using Machine Learning
IRJET- Disease Prediction using Machine Learning
 
IJET-V2I6P32
IJET-V2I6P32IJET-V2I6P32
IJET-V2I6P32
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Network
 
Techniques Machine Learning
Techniques Machine LearningTechniques Machine Learning
Techniques Machine Learning
 
Disease Prediction Using Machine Learning
Disease Prediction Using Machine LearningDisease Prediction Using Machine Learning
Disease Prediction Using Machine Learning
 
Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...
Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...
Evolving Efficient Clustering and Classification Patterns in Lymphography Dat...
 
EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...
EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...
EVOLVING EFFICIENT CLUSTERING AND CLASSIFICATION PATTERNS IN LYMPHOGRAPHY DAT...
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in Dentistry
 
Artificial intelligence in drug discovery
Artificial intelligence in drug discoveryArtificial intelligence in drug discovery
Artificial intelligence in drug discovery
 
Simplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real LifeSimplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real Life
 
Lec.10 Dr Ahmed Elngar
Lec.10 Dr Ahmed ElngarLec.10 Dr Ahmed Elngar
Lec.10 Dr Ahmed Elngar
 
Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...Early Identification of Diseases Based on Responsible Attribute using Data Mi...
Early Identification of Diseases Based on Responsible Attribute using Data Mi...
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...
 
INTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxINTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptx
 
How to create your own artificial neural networks
How to create your own artificial neural networksHow to create your own artificial neural networks
How to create your own artificial neural networks
 
When deep learners change their mind learning dynamics for active learning
When deep learners change their mind  learning dynamics for active learningWhen deep learners change their mind  learning dynamics for active learning
When deep learners change their mind learning dynamics for active learning
 
Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...
 
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
 

Mais de Candy Swift

AI-based One-stop Antibody Discovery Platform.pdf
AI-based One-stop Antibody Discovery Platform.pdfAI-based One-stop Antibody Discovery Platform.pdf
AI-based One-stop Antibody Discovery Platform.pdfCandy Swift
 
AntInfect™ Platform at Creative Biolabs.pdf
AntInfect™ Platform at Creative Biolabs.pdfAntInfect™ Platform at Creative Biolabs.pdf
AntInfect™ Platform at Creative Biolabs.pdfCandy Swift
 
Background of Therapeutic Non-IgG Antibodies.pdf
Background of Therapeutic Non-IgG Antibodies.pdfBackground of Therapeutic Non-IgG Antibodies.pdf
Background of Therapeutic Non-IgG Antibodies.pdfCandy Swift
 
Formats of Bispecific Antibody.pdf
Formats of Bispecific Antibody.pdfFormats of Bispecific Antibody.pdf
Formats of Bispecific Antibody.pdfCandy Swift
 
Cancer Cells Surface Engineering.pdf
Cancer Cells Surface Engineering.pdfCancer Cells Surface Engineering.pdf
Cancer Cells Surface Engineering.pdfCandy Swift
 
Adenovirus Delivery System.pdf
Adenovirus Delivery System.pdfAdenovirus Delivery System.pdf
Adenovirus Delivery System.pdfCandy Swift
 
Oncolytic Herpes Simplex Virus.pdf
Oncolytic Herpes Simplex Virus.pdfOncolytic Herpes Simplex Virus.pdf
Oncolytic Herpes Simplex Virus.pdfCandy Swift
 
MiHA research deep learning.pdf
MiHA research deep learning.pdfMiHA research deep learning.pdf
MiHA research deep learning.pdfCandy Swift
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfCandy Swift
 
Zika Virus Antibody Discovery.pdf
Zika Virus Antibody Discovery.pdfZika Virus Antibody Discovery.pdf
Zika Virus Antibody Discovery.pdfCandy Swift
 
Introduction and Mechanism of Oncolytic Virus Therapy.pdf
Introduction and Mechanism of Oncolytic Virus Therapy.pdfIntroduction and Mechanism of Oncolytic Virus Therapy.pdf
Introduction and Mechanism of Oncolytic Virus Therapy.pdfCandy Swift
 
Gene Editing ZFN, TALEN, and CRISPRCas9.pdf
Gene Editing ZFN, TALEN, and CRISPRCas9.pdfGene Editing ZFN, TALEN, and CRISPRCas9.pdf
Gene Editing ZFN, TALEN, and CRISPRCas9.pdfCandy Swift
 
Display Platform for MiHC.pdf
Display Platform for MiHC.pdfDisplay Platform for MiHC.pdf
Display Platform for MiHC.pdfCandy Swift
 
Infectious Diseases and Anti-Virus Biomolecular Discovery.pdf
Infectious Diseases and Anti-Virus Biomolecular Discovery.pdfInfectious Diseases and Anti-Virus Biomolecular Discovery.pdf
Infectious Diseases and Anti-Virus Biomolecular Discovery.pdfCandy Swift
 
Oncolytic Virus Biodistribution Study.pdf
Oncolytic Virus Biodistribution Study.pdfOncolytic Virus Biodistribution Study.pdf
Oncolytic Virus Biodistribution Study.pdfCandy Swift
 
Recombinant Lentivirus Products.pdf
Recombinant Lentivirus Products.pdfRecombinant Lentivirus Products.pdf
Recombinant Lentivirus Products.pdfCandy Swift
 
EV Surface Engineering Services.pdf
EV Surface Engineering Services.pdfEV Surface Engineering Services.pdf
EV Surface Engineering Services.pdfCandy Swift
 
BsAb Engineering Services.pdf
BsAb Engineering Services.pdfBsAb Engineering Services.pdf
BsAb Engineering Services.pdfCandy Swift
 
Discovery of Antibody and Peptide Targeting Escherichia.pdf
Discovery of Antibody and Peptide Targeting Escherichia.pdfDiscovery of Antibody and Peptide Targeting Escherichia.pdf
Discovery of Antibody and Peptide Targeting Escherichia.pdfCandy Swift
 

Mais de Candy Swift (20)

AI-based One-stop Antibody Discovery Platform.pdf
AI-based One-stop Antibody Discovery Platform.pdfAI-based One-stop Antibody Discovery Platform.pdf
AI-based One-stop Antibody Discovery Platform.pdf
 
AntInfect™ Platform at Creative Biolabs.pdf
AntInfect™ Platform at Creative Biolabs.pdfAntInfect™ Platform at Creative Biolabs.pdf
AntInfect™ Platform at Creative Biolabs.pdf
 
Background of Therapeutic Non-IgG Antibodies.pdf
Background of Therapeutic Non-IgG Antibodies.pdfBackground of Therapeutic Non-IgG Antibodies.pdf
Background of Therapeutic Non-IgG Antibodies.pdf
 
Formats of Bispecific Antibody.pdf
Formats of Bispecific Antibody.pdfFormats of Bispecific Antibody.pdf
Formats of Bispecific Antibody.pdf
 
Cancer Cells Surface Engineering.pdf
Cancer Cells Surface Engineering.pdfCancer Cells Surface Engineering.pdf
Cancer Cells Surface Engineering.pdf
 
Adenovirus Delivery System.pdf
Adenovirus Delivery System.pdfAdenovirus Delivery System.pdf
Adenovirus Delivery System.pdf
 
Oncolytic Herpes Simplex Virus.pdf
Oncolytic Herpes Simplex Virus.pdfOncolytic Herpes Simplex Virus.pdf
Oncolytic Herpes Simplex Virus.pdf
 
MiHA research deep learning.pdf
MiHA research deep learning.pdfMiHA research deep learning.pdf
MiHA research deep learning.pdf
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdf
 
Zika Virus Antibody Discovery.pdf
Zika Virus Antibody Discovery.pdfZika Virus Antibody Discovery.pdf
Zika Virus Antibody Discovery.pdf
 
Introduction and Mechanism of Oncolytic Virus Therapy.pdf
Introduction and Mechanism of Oncolytic Virus Therapy.pdfIntroduction and Mechanism of Oncolytic Virus Therapy.pdf
Introduction and Mechanism of Oncolytic Virus Therapy.pdf
 
Gene Editing ZFN, TALEN, and CRISPRCas9.pdf
Gene Editing ZFN, TALEN, and CRISPRCas9.pdfGene Editing ZFN, TALEN, and CRISPRCas9.pdf
Gene Editing ZFN, TALEN, and CRISPRCas9.pdf
 
Display Platform for MiHC.pdf
Display Platform for MiHC.pdfDisplay Platform for MiHC.pdf
Display Platform for MiHC.pdf
 
Infectious Diseases and Anti-Virus Biomolecular Discovery.pdf
Infectious Diseases and Anti-Virus Biomolecular Discovery.pdfInfectious Diseases and Anti-Virus Biomolecular Discovery.pdf
Infectious Diseases and Anti-Virus Biomolecular Discovery.pdf
 
Tandem Fab.pdf
Tandem Fab.pdfTandem Fab.pdf
Tandem Fab.pdf
 
Oncolytic Virus Biodistribution Study.pdf
Oncolytic Virus Biodistribution Study.pdfOncolytic Virus Biodistribution Study.pdf
Oncolytic Virus Biodistribution Study.pdf
 
Recombinant Lentivirus Products.pdf
Recombinant Lentivirus Products.pdfRecombinant Lentivirus Products.pdf
Recombinant Lentivirus Products.pdf
 
EV Surface Engineering Services.pdf
EV Surface Engineering Services.pdfEV Surface Engineering Services.pdf
EV Surface Engineering Services.pdf
 
BsAb Engineering Services.pdf
BsAb Engineering Services.pdfBsAb Engineering Services.pdf
BsAb Engineering Services.pdf
 
Discovery of Antibody and Peptide Targeting Escherichia.pdf
Discovery of Antibody and Peptide Targeting Escherichia.pdfDiscovery of Antibody and Peptide Targeting Escherichia.pdf
Discovery of Antibody and Peptide Targeting Escherichia.pdf
 

Último

Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsSérgio Sacani
 
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...Monika Rani
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxseri bangash
 
Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.Cherry
 
Cot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACherry
 
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate ProfessorThyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate Professormuralinath2
 
Call Girls Ahmedabad +917728919243 call me Independent Escort Service
Call Girls Ahmedabad +917728919243 call me Independent Escort ServiceCall Girls Ahmedabad +917728919243 call me Independent Escort Service
Call Girls Ahmedabad +917728919243 call me Independent Escort Serviceshivanisharma5244
 
Site specific recombination and transposition.........pdf
Site specific recombination and transposition.........pdfSite specific recombination and transposition.........pdf
Site specific recombination and transposition.........pdfCherry
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxRenuJangid3
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY1301aanya
 
Cyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptxCyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptxCherry
 
Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Cherry
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryAlex Henderson
 
Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Cherry
 
FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceAlex Henderson
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxDiariAli
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.Cherry
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learninglevieagacer
 
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLGwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLkantirani197
 

Último (20)

Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.Phenolics: types, biosynthesis and functions.
Phenolics: types, biosynthesis and functions.
 
Cot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNA
 
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate ProfessorThyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
 
Call Girls Ahmedabad +917728919243 call me Independent Escort Service
Call Girls Ahmedabad +917728919243 call me Independent Escort ServiceCall Girls Ahmedabad +917728919243 call me Independent Escort Service
Call Girls Ahmedabad +917728919243 call me Independent Escort Service
 
Site specific recombination and transposition.........pdf
Site specific recombination and transposition.........pdfSite specific recombination and transposition.........pdf
Site specific recombination and transposition.........pdf
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptx
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
Cyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptxCyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptx
 
Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.
 
FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical Science
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLGwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
 
PATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICE
PATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICEPATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICE
PATNA CALL GIRLS 8617370543 LOW PRICE ESCORT SERVICE
 

AI-augmented Drug Discovery.pdf

  • 1. AI-Augmented Drug Discovery Creative Biolabs provides innovative drug discovery services based on our original Artificial Intelligence-augmented technology, especially for the discovery of therapeutic antibodies and small molecules. Email: info@creative-biolabs.com Address: SUITE 203, 17 Ramsey Road, Shirley, NY 11967, USA Web: www.creative-biolabs.com
  • 3. 01
  • 4. Introducing a new drug to market can cost pharmaceutical companies an average $2.6 billion and 11-15 years of research and development. Even once new drug candidates show potential in laboratory testing, less than 10% of drug candidates make it to market following Phase I trials. Between 2010 and 2017, 76% of new drugs approved by the US Food and Drug Administration (FDA) are small molecules. $2.6 B 10% 76% WHY USE AI IN DRUG DISCOVERY?
  • 5. After making it through the preclinical development phase, and receiving approval from the FDA, researchers begin testing the drug with human participants. AI can facilitate participant monitoring during clinical trials—generating a larger set of data more quickly—and aid in participant retention by personalizing the trial experience. AI in Clinical Trials (Phase III) The drug discovery process ranges from reading and analyzing already existing literature, to testing the ways potential drugs interact with targets. According to report, AI could curb drug discovery costs for companies by as much as 70%. AI in Drug Discovery (Phase I) The preclinical development phase of drug discovery involves testing potential drug targets on animal models. Utilizing AI during this phase could help trials run smoothly and enable researchers to more quickly and successfully predict how a drug might interact with the animal model. AI in Preclinical Development (Phase II)
  • 6. Ø Predicting 3D structure of target protein Ø Predicting drug-protein interactions Ø AI in determining drug activity Ø AI in de novo drug design AI in drug design AI In Drug Discovery AI in polypharmacology Ø Designing biospecific drug molecules Ø Designing multitarget drug molecules AI in chemical synthesis Ø Predicting reaction yield Ø Predicting retrosynthesis pathways Ø Developing insights into reaction mechanisms Ø Designing synthetic route AI in drug repurposing Ø Identification of therapeutic target Ø Prediction of new therapeutic use AI in drug screening Ø Prediction of toxicity Ø Prediction of bioactivity Ø Prediction of physicochemical property Ø Identification and classification of target cells
  • 7. 02
  • 8. Classes of Learning Tasks and Techniques Mix of supervised and unsupervised learning, where less expensive and more abundant unlabeled data can be utilized to train a classifier. Semisupervised Learning (Fig. A) A learning algorithm can interactively query the user to determine labels for unlabeled data in the regions of the input space about which the model is least certain. Active Learning (Fig. B) Describes a family of algorithms that relax the common assumption that the training and test data should be in the same feature space and follow the same distribution. Transfer Learning (Fig. D) Can be treated as a geometric or topological problem, the goal is to find similarities and differences between data points used to spatially order data. Unsupervised Learning The goal is to reconstruct the unknown function f that assigns output values y to data points x. Supervised Learning Instead of learning only one task at a time, as in single-task learning, several different but conceptually related tasks are learned in parallel and make use of a shared internal representation. Multitask Learning (Fig. E) To some extent strives to emulate reward-driven learning, and in its simplest configuration, an agent attempts to find the optimal set of actions to promote some outcome. Reinforcement Learning (Fig. C) Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 9. Bayesian methods are those that explicitly apply Bayes’ theorem to classification and regression problems. Bayesian Algorithms It is called instance-based because it builds the hypotheses from the training instances. It is also known as memory-based learning or lazy-learning. Instance-Based Methods Algorithms for constructing decision trees usually work top-down, by choosing a variable at each step that best splits the set of items. Decision Tree Algorithms In statistics and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms alone. Ensemble Algorithms Dimensionality reduction seeks a lower- dimensional representation of numerical input data that preserves the salient relationships in the data. Dimensionality Reduction Artificial neural networks (ANNs) consist of input, hidden, and output layers with connected neurons (nodes) to simulate the human brain. Artificial Neural Networks Common Learning Algorithms
  • 10. Bayesian Algorithms Liu ZH,et al. ChemStable: A web server for rule-embedded naïve Bayesian learning approach to predict compound stability. J. Comput. Aided Mol. Des. 2014, 28: 941-950.
  • 11. Instance-Based Methods SVM is a supervised machine learning algorithm used for both classification and regression. The objective of SVM algorithm is to find a hyperplane in an N-dimensional space that distinctly classifies the data points. Support Vector Machine A SOM or self-organizing feature map is an unsupervised machine learning technique used to produce a low-dimensional representation of a higher dimensional data set while preserving the topological structure of the data. Self-organizing Map KNN is a simple, supervised machine learning algorithm that can be used to solve both classification and regression problems. K-nearest Neighbor Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 12. Decision Tree Algorithms Random forests or random decision forests is an ensemble learning method for classification, regression and other tasks that operates by constructing a multitude of decision trees at training time. Random Forest A decision tree is a decision support tool that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. Decision Tree Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 13. Ensemble Algorithms Boosting is an ensemble learning method that combines a set of weak learners into a strong learner to minimize training errors. In boosting, a random sample of data is selected, fitted with a model and then trained sequentially—that is, each model tries to compensate for the weaknesses of its predecessor. Boosting Bagging, is the ensemble learning method that is commonly used to reduce variance within a noisy dataset. In bagging, a random sample of data in a training set is selected with replacement— meaning that the individual data points can be chosen more than once. Bagging Xin Y,et al. Concepts of Artificial Intelligence for Computer-Assisted Drug Discovery. Chem. Rev. 2019, 119 (18): 10520-10594.
  • 14. Dimensionality Reduction LDA is a generalization of Fisher's linear discriminant, a method used in statistics, pattern recognition and machine learning to find a linear combination of features that characterizes or separates two or more classes of objects or events. Linear Discriminant Analysis Image From Wikipedia A visual depiction of the resulting PCA projection for a set of 2D points. A visual depiction of the resulting LDA projection for a set of 2D points. PCA is a popular technique for analyzing large datasets containing a high number of dimensions/features per observation, increasing the interpretability of data while preserving the maximum amount of information, and enabling the visualization of multidimensional data. Principal Component Analysis
  • 15. Artificial Neural Networks DNN refers to an ANN that has several hidden layers with several differences. Deep nets process data in complex ways by employing sophisticated math modeling. Deep Neural Networks ANNs are computing systems inspired by the biological neural networks that constitute animal brains. A typical ANN architecture contains many artificial neurons arranged in a series of layers: the input layer, an output layer, i.e., the top layer, which generates a desired prediction ( ADMET properties, activity, a vector of fingerprint etc.), and one or more hidden layer where the intermediate representations of the input data are transformed. Artificial neural networks Image From Wikipedia
  • 16. 03
  • 17. DeepVS: Boosting Docking-Based Virtual Screening with DL Pereira J.C. Boosting docking-based virtual screening with deep learning. J. Chem. Inf. Model. 2016;56:2495–2506. Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338. The deep neural network that is introduced, DeepVS, uses the output of a docking program and learns how to extract relevant features from basic data. The approach introduces the use of atom and amino acid embeddings and implements an effective way of creating distributed vector representations of protein–ligand complexes by modeling the compound as a set of atom contexts that is further processed by a convolutional layer. DeepVS
  • 18. DeepAffinity: DL Method Used to Measure DTBA Mostafa K. DeepAffinity: interpretable deep learning of compound–protein affinity through unified recurrent and convolutional neural networks. Bioinformatics. 2019, 35(18):3329–3338. DeepAffinity is a deep learning methods used to measure drug target binding affinity. Under novel representations of structurally-annotated protein sequences, a semi-supervised deep learning model that unifies recurrent and convolutional neural networks has been proposed to exploit both unlabeled and labeled data, for joint ly encoding molecular representations and predicting affinities. Performances for new protein classes with few labeled data are further improved by transfer learning. DeepAffinity
  • 19. DeepTox: Toxicity Prediction Using Deep Learning Mayr A. DeepTox: toxicity prediction using deep learning. Front. Environ. Sci. 2016, 3:80. Representation of a toxicophore by hierarchically related features.
  • 20. AI-Based QSAR Models Image From Wikipedia Profile-QSAR SVM QSAR Bayesian QSAR Multitask QSAR
  • 21. 04
  • 22. • High throughput, screen large numbers of clones • Large library capacity: from 107 to over 108 • Various phage display systems (M13,λ,T7) • Tailored biopanning strategies • Wide range of applications Antibody Production by Phage Display Creative Biolabs has combined AI, big data, machine learning, and phage display to generate a novel AI-powered computational antibody drug discovery platform. Aided by this innovative platform, one-stop human antibody discovery services are provided, including antibody-antigen binding prediction, antibody candidate generation, antibody sequence optimization, and antibody production & characterization. AI-Based One-stop Antibody Discovery Platform • Discover and analyze new antibody clusters • Generate new sequences within existing clusters • Accelerate the generation of high-affinity antibodies • Rapidly generate novel antibody sequences using computational algorithms to help improve affinity, solubility, manufacturability, specificity, and stability Augmented Antibody Discovery with Al
  • 23. AI can typically generate 10 times more antibody sequence clusters than a laboratory- based approach alone. Diversity leads to the discovery of new binding modalities and potentially new therapeutic modes-of-action. Antibody Discovery Services Creative Biolabs is specialized in designing and performing high-quality custom AI-based antibody screening assays, with different formats, endpoints, parameters, to satisfy any specific requirement. Antibody Screening Services Creative Biolabs offers a wide variety of antibody engineering services to quickly and efficiently optimize the existing antibodies via AI based algorithms, such as affinity, solubility, cross-reactivity, manufacturability, immunogenicity, specificity, and stability. Creative Biolabs has applied AI technology in small molecule design and optimization to promote its affinity, specificity, and validity. Our innovative AI methods range from in silico molecule screening, molecular modeling, to AI-based molecule optimization. Small Molecule Design & Optimization Creative Biolabs provides the best strategy and customized protocols for model training data service, and ultimately, to accelerate the novel candidate drug discovery. AI-Augmented Drug Discovery at Creative Biolabs Antibody Engineering Services Model Training Data Services