SlideShare a Scribd company logo
3/29/2010
1
CurveCurve‐‐Fitting with Fitting with GraphPadGraphPad PrismPrism
Presented by: Jeff Skinner, M.S.
Biostatistics Specialist
Bioinformatics and Computational Biosciences Branch
National Institute of Allergy and Infectious Diseases 
Office of Cyber Infrastructure and Computational Biology
GraphPad PRISM® at NIAID
• Free site license download• Free site license download
• Free training, consultation and 
support from BSIP ***
• Statistical results and help p
menus designed specifically for 
biological researchers 
• Intuitive curve‐fitting
*** Please contact:
ScienceApps@niaid.nih.gov
3/29/2010
2
NIAID Site License
http://graphpad.com/paasl/index.cfm?sitecode=NIHNIAID
http://bioinformatics.niaid.nih.gov/
Nonlinear Regression
• Statistical technique commonly used for  log dose s response
q y
curve‐fitting by biologists at NIAID
– Dose‐response studies
– Protein binding experiments
• Nonlinear regression is rarely studied in 
statistics coursework
Sometimes mentioned briefl in a regression
log-dose vs response
-10 -8 -6 -4 -2
-100
0
100
200
300
400
500
No inhibitor
Inhibitor
log[Dose]
Response
dose vs. response
– Sometimes mentioned briefly in a regression 
or linear models course
• Nonlinear regression is sometimes 
omitted from statistical software or 
poorly executed in software packages
0.0000 0.0001 0.0002 0.0003 0.0004
0
100
200
300
400
500
No inhibitor
Inhibitor
Dose
Response
3/29/2010
3
Linear Versus Nonlinear
• There is an important distinction between a linear 
relationship and a linear statistical model
– Linear or curved relationships describe how two variables 
might be visualized together on a graph
– Linear models take the form Y = mX + b or Y = X + 
C d l ti hi b fit ith ith li• Curved relationships can be fit with either linear or 
nonlinear statistical models
– Polynomial regression is linear in its parameters
– Sigmoidal dose‐response models are not linear
Simple Linear Regression
weight = -433.7 + 9.03  height + error
• Linear relationship between a 
predictor, height, and a 
response variable, weight, is 
modeled by a straight line
– Model: Y = 0 + 1X + 
– Definition of a line: Y = mx + b
g g
Definition of a line: Y = mx + b
• The model is linear, so we can 
estimate slope and y‐int using 
calculus, or ordinary least 
squares (OLS)
3/29/2010
4
Polynomial Regression
binding = 0 + 1  (ligand) + 2  (ligand2) + … + 
• Fits a curved relationship using a 
linear model
• Degree of polynomial indicates 
the number of curves
– Quadratic (1 curve)
– Cubic (2 curves)
• High degree polynomials are best 
fit by ANOVA models
Log‐transformations
growth = 0  exp{-1  age}   or ln(growth) = ln(0) - 1  age + ln()
• Imagine growth modeled by an 
exponential equation with 
multiplicative error
– I.e. errors get smaller as growth 
decreases with increasing age
• Log transformation is often used 
to “correct” a curved exponential 
relationship
3/29/2010
5
Nonlinear Regression
• Describes a nonlinear relationship between predictor 
d i li tiand response using nonlinear equations
– E.g. 
• Least squares equations do not have a closed form 
solution (i.e. cannot use calculus to find estimates)
Response  Bottom
Top  Bottom
110 log EC50logX Hillslope
( )
• Estimates are found using iterative methods
– Pick initial values and converge to solution step‐by‐step
Iterative Methods
• Linear descent method starts with an initial value, then 
“steps” away to minimize sums of squares (SS)steps  away to minimize sums of squares (SS)
– If first positive step increases SS, step backwards
– If nth step increases SS, take smaller steps
– Linear descent is best for first steps from initial value
• Gauss‐Newton uses matrix algebra to minimize SS, as if it 
were a change in “slope” from the initial value
– Gauss‐Newton is best for the last steps of minimization
• Levenberg‐Marquardt method starts with linear descent 
and switches to Gauss‐Newton
3/29/2010
6
Iterative Methods (continued)
• Strength of the iterative methods
– Can be used to fit any model
• Weaknesses of the iterative method
– Computationally slower than calculus method
– May find the local min, instead of global min
– May get “stuck” if model choice is poor 
Local vs. Global Minima
L l
msofSquares
Global
Minimum
Local
Minimum
Finding a local
minimum implies
you have not
found the best
possible fit
Hillslope
Sum
possible fit
3/29/2010
7
Dose‐Response Models
• Most commonly used model 
among NIAID researchers
log-dose vs response
500
• Up to five parameters
– TOP and BOTTOM
– Log(EC50)
– Hillslope (default = 1)
– Symmetry (default = 1)
-10 -8 -6 -4 -2
-100
0
100
200
300
400
500
No inhibitor
Inhibitor
log[Agonist], M
• Concepts presented for dose‐
response models will apply to all 
other nonlinear models Response  Bottom
Top  Bottom
110 logEC50logX Hillslope
Getting Started in PRISM
• Open a XY data table and 
enter data
• Transform and normalize 
data if necessary
• Open the nonlinear fit 
menu in PRISM
3/29/2010
8
Why Use log(X) For Sigmoid Dose Response?
• Raw X values produce a
dose vs. response
500
Raw X values produce a 
hyperbolic curve
– Large errors at the ascent
– Small errors at the plateau
• Log(X) values produce a  log dose vs response
0.0000 0.0001 0.0002 0.0003 0.0004
0
100
200
300
400
No inhibitor
Inhibitor
Dose
Response
sigmoid “esse” curve
– Moderate errors throughout
– Best estimates of EC50
log-dose vs response
-10 -8 -6 -4 -2
-100
0
100
200
300
400
500
No inhibitor
Inhibitor
log[Dose]
Response
Importance of Log Transform
3/29/2010
9
Choose a Model
• Choose an equation from the Fit
tab of the nonlinear mentab of the nonlinear menu
• Equations are grouped by 
experiment types
– E.g. dose‐response, binding, …
• Click the details button to view 
the actual equation and a sample 
graph of the model
Fitting Methods
• Use Least Squares (LS) whenever possible
– LS produces the correct tests using all data
• Use Automatic Outlier Elimination or Robust Fit 
when outliers influence your results
– Robust Fit uses all of your data, but cannot produce y , p
confidence intervals or tests
– Automatic Outlier Detection removes data and 
applies least squares methods
3/29/2010
10
Compare Groups or Models?
• Compare the fit of two different equations on 
the same data set(s)
– Compare dose‐response models with and without a 
variable slope parameter
– Compare different sets of constraints, etc.
• Compare best fit parameters between two or• Compare best fit parameters between two or 
more groups in your experiment
– E.g. Compare EC50 between 2 or more groups
F‐test or AIC?
• Use extra sums of squares F‐test whenever the 
i dtwo equations are nested:
– Dose‐response vs Dose‐Response (variable slope) is 
nested, because one equation is a simplification of 
the other equation
– Dose‐response versus binding equations is not 
nested because the equations are unrelatednested, because the equations are unrelated
– Comparing 2 or more groups is always nested
• Use AIC if you are unsure about nesting
3/29/2010
11
Statistical Output
• PRISM provides you the null and alternative hypotheses, 
p‐values and conclusions
• Interpretation of the results is often spelled out for you in 
plain language
Model Diagnostics
• Goodness‐of‐fit tests are used to compare two equally 
lid d lvalid models
• Normality tests evaluate the model assumption of 
normal errors
• Runs tests determine if errors are random
• Residual plots identify non‐constant variance, correlated 
errors, etc.
3/29/2010
12
Goodness of Fit Tests
• Coefficient of determination (R2) is the percent of 
variation explained by the model
– Remember R2 is only meaningful if the model 
assumptions have been met
– Typically used to compare valid models
• Sums of squares (SS) and standard deviation of 
the residuals (sy.x) are more descriptive
– Bigger SS implies model is more informative
– Smaller sy.x implies model has smaller errors
Normality Tests
• D’Agostino‐Pearson Omnibus test
Tests the magnitude of skewness and kurtosis statistics to– Tests the magnitude of skewness and kurtosis statistics to 
determine if errors are normal
• Shapiro‐Wilk test
– Uses ranks to compare errors to normal distribution
• Kolmogorov‐Smirnov test     (historical use only)
– Tests the magnitude of the largest difference between two 
empirical cdf plots
3/29/2010
13
Runs Tests and Replicates Tests 
• Does the curve systematically 
diff f b d i t ?differ from observed points?
• Use replicates test for replicated 
curve‐fit data
– Compare error between points and 
curve to error among reps
• Use runs test for non‐replicated p
curve‐fit data
– Tests the largest “run” of points 
above or below the curve
Notice the largest run
of 3 points above the
curve suggests model
is incorrect
Residual Plots
• Residuals are the errors 
between points and curvebetween points and curve
• Want to find independent and 
identically distributed random 
normal errors
• Look for non‐random trends 
and non‐constant variance
3/29/2010
14
Improving Model Fit
• Change the initial values to aid convergence
• Limit the range of X or Y to eliminate outliers 
• Add constraints to force the model to meet certain 
criteria that improve model fit
– E.g. Bottom = 0%, Top = 100%, …
• Use a weighting scheme to combat non‐constant 
variance or emphasize parts of the curve
Initial Values and Range
• Change the initial values of the parameters, if the 
model does not converge
– Try the “Don’t Fit Curve” option on the diagnostics tab to find 
better initial values
• Select the range of X values used curve‐fit to eliminate 
outliers or invalid data pointsoutliers or invalid data points
• Select the range of the fitted curve to complete the 
graphs and figures, if necessary
3/29/2010
15
Model Constraints
• Add hard or soft constraints 
to a model parameter
– Bottom = 0
– Top ≤ 100 %
• Improve model fit if doses 
are poorly chosen, etc.
– Not enough low doses
– Doses too low for saturation
Weights
• Use 1 / SD2 weights for non‐constant variance
– Requires many replicates per X
• Use other weight schemes to apply unequal weights to 
one part of the curve
– Use 1 / Y2 for larger errors at the highest responses
– Use 1 / X to emphasize values on the left of the graph
3/29/2010
16
Summary
• Remember these same basic techniques can q
be applied to any nonlinear regression
• Contact ScienceApps@niaid.nih.gov for 
additional help if needed
• Additional PRISM training is available
– Statistical Applications in Prism – April 8th, 1‐3 pm

More Related Content

What's hot

QUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptx
QUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptxQUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptx
QUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptx
SuryaSuganthan2
 
Managment of Cervical Cancer
Managment of Cervical CancerManagment of Cervical Cancer
Managment of Cervical Cancer
Ajay Sasidharan
 
バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)
バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)
バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)nmaro
 
Srs and srt
Srs and srtSrs and srt
Srs and srt
Purvi Rathod
 
MRI
MRIMRI
intrabeam intraoperative radiotherapy
intrabeam intraoperative radiotherapyintrabeam intraoperative radiotherapy
intrabeam intraoperative radiotherapy
chirubhai16
 
Radiogenomics of renal cell carcinoma
Radiogenomics of renal cell carcinomaRadiogenomics of renal cell carcinoma
Radiogenomics of renal cell carcinoma
Yulian Mytsyk
 
Lec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable RegistrationLec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable Registration
Ulaş Bağcı
 
Image J を用いた組織像の定量解析
Image J を用いた組織像の定量解析Image J を用いた組織像の定量解析
Image J を用いた組織像の定量解析
Atsuto ONODA
 
From filtered back-projection to statistical tomography reconstruction
From filtered back-projection to statistical tomography reconstructionFrom filtered back-projection to statistical tomography reconstruction
From filtered back-projection to statistical tomography reconstruction
Daniel Pelliccia
 
Linear Accelerator Acceptance, Commissioning and Annual QA
Linear Accelerator Acceptance, Commissioning and Annual QALinear Accelerator Acceptance, Commissioning and Annual QA
Linear Accelerator Acceptance, Commissioning and Annual QA
Miami Cancer Institute
 
4D Scan and Respiratory Gating
4D Scan and Respiratory Gating4D Scan and Respiratory Gating
4D Scan and Respiratory Gating
Kothanda Raman
 
molecular imaging with PET & SPECT
molecular imaging with PET & SPECTmolecular imaging with PET & SPECT
molecular imaging with PET & SPECT
Shatha M
 
Elekta presentation
Elekta presentationElekta presentation
Elekta presentation
SunilMaurya82
 
Evolution of Intra-cavitary Brachytherapy
Evolution of Intra-cavitary BrachytherapyEvolution of Intra-cavitary Brachytherapy
Evolution of Intra-cavitary Brachytherapy
Dr Boaz Vincent
 
IMAGE RECONSTRUCTION IN MRI(7th chapter)
IMAGE RECONSTRUCTION IN MRI(7th chapter)IMAGE RECONSTRUCTION IN MRI(7th chapter)
IMAGE RECONSTRUCTION IN MRI(7th chapter)
Joshua Mathew
 
Every Patient, Every Treatment: Expanding SGRT for All Indications
Every Patient, Every Treatment: Expanding SGRT for All IndicationsEvery Patient, Every Treatment: Expanding SGRT for All Indications
Every Patient, Every Treatment: Expanding SGRT for All Indications
SGRT Community
 
Whole Genome Analysis
Whole Genome AnalysisWhole Genome Analysis
Whole Genome Analysis
Stephane Wenric
 
Neoadjuvant therapy for esophageal cancer
Neoadjuvant therapy for esophageal cancerNeoadjuvant therapy for esophageal cancer
Neoadjuvant therapy for esophageal cancer
hr77
 
Larynx preservation review 2018
Larynx preservation review 2018Larynx preservation review 2018
Larynx preservation review 2018
Ajay Sasidharan
 

What's hot (20)

QUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptx
QUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptxQUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptx
QUALITY ASSURANCE IN LINAC AND CYBERKNIFE.pptx
 
Managment of Cervical Cancer
Managment of Cervical CancerManagment of Cervical Cancer
Managment of Cervical Cancer
 
バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)
バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)
バイオイメージング研究のためのImageJによるデジタル画像解析法(2012年6月版)
 
Srs and srt
Srs and srtSrs and srt
Srs and srt
 
MRI
MRIMRI
MRI
 
intrabeam intraoperative radiotherapy
intrabeam intraoperative radiotherapyintrabeam intraoperative radiotherapy
intrabeam intraoperative radiotherapy
 
Radiogenomics of renal cell carcinoma
Radiogenomics of renal cell carcinomaRadiogenomics of renal cell carcinoma
Radiogenomics of renal cell carcinoma
 
Lec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable RegistrationLec16: Medical Image Registration (Advanced): Deformable Registration
Lec16: Medical Image Registration (Advanced): Deformable Registration
 
Image J を用いた組織像の定量解析
Image J を用いた組織像の定量解析Image J を用いた組織像の定量解析
Image J を用いた組織像の定量解析
 
From filtered back-projection to statistical tomography reconstruction
From filtered back-projection to statistical tomography reconstructionFrom filtered back-projection to statistical tomography reconstruction
From filtered back-projection to statistical tomography reconstruction
 
Linear Accelerator Acceptance, Commissioning and Annual QA
Linear Accelerator Acceptance, Commissioning and Annual QALinear Accelerator Acceptance, Commissioning and Annual QA
Linear Accelerator Acceptance, Commissioning and Annual QA
 
4D Scan and Respiratory Gating
4D Scan and Respiratory Gating4D Scan and Respiratory Gating
4D Scan and Respiratory Gating
 
molecular imaging with PET & SPECT
molecular imaging with PET & SPECTmolecular imaging with PET & SPECT
molecular imaging with PET & SPECT
 
Elekta presentation
Elekta presentationElekta presentation
Elekta presentation
 
Evolution of Intra-cavitary Brachytherapy
Evolution of Intra-cavitary BrachytherapyEvolution of Intra-cavitary Brachytherapy
Evolution of Intra-cavitary Brachytherapy
 
IMAGE RECONSTRUCTION IN MRI(7th chapter)
IMAGE RECONSTRUCTION IN MRI(7th chapter)IMAGE RECONSTRUCTION IN MRI(7th chapter)
IMAGE RECONSTRUCTION IN MRI(7th chapter)
 
Every Patient, Every Treatment: Expanding SGRT for All Indications
Every Patient, Every Treatment: Expanding SGRT for All IndicationsEvery Patient, Every Treatment: Expanding SGRT for All Indications
Every Patient, Every Treatment: Expanding SGRT for All Indications
 
Whole Genome Analysis
Whole Genome AnalysisWhole Genome Analysis
Whole Genome Analysis
 
Neoadjuvant therapy for esophageal cancer
Neoadjuvant therapy for esophageal cancerNeoadjuvant therapy for esophageal cancer
Neoadjuvant therapy for esophageal cancer
 
Larynx preservation review 2018
Larynx preservation review 2018Larynx preservation review 2018
Larynx preservation review 2018
 

Similar to GraphPad Prism: Curve fitting

ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
Natal van Riel
 
E00 program-level modeling and simulation experiences
E00   program-level modeling and simulation experiencesE00   program-level modeling and simulation experiences
E00 program-level modeling and simulation experiences
therealreverendbayes
 
Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...
US Environmental Protection Agency (EPA), Center for Computational Toxicology and Exposure
 
Final presentation dwi riyono
Final presentation dwi riyonoFinal presentation dwi riyono
Final presentation dwi riyono
Dwi Riyono
 
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Bibhuti Prasad Nanda
 
Multivariate Analysis and Visualization of Proteomic Data
Multivariate Analysis and Visualization of Proteomic DataMultivariate Analysis and Visualization of Proteomic Data
Multivariate Analysis and Visualization of Proteomic Data
UC Davis
 
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Bibhuti Prasad Nanda
 
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
AliElmehdawi2
 
Revisiting the Calibration of Modern Neural Networks
Revisiting the Calibration of Modern Neural NetworksRevisiting the Calibration of Modern Neural Networks
Revisiting the Calibration of Modern Neural Networks
Sungchul Kim
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
Cirdan
 
Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...
Natal van Riel
 
Video 1B Handout_2023.pptx
Video 1B Handout_2023.pptxVideo 1B Handout_2023.pptx
Video 1B Handout_2023.pptx
JhonatanJesusRamnRoj
 
Video 1A Handout 2023.pptx
Video 1A Handout 2023.pptxVideo 1A Handout 2023.pptx
Video 1A Handout 2023.pptx
JhonatanJesusRamnRoj
 
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdssssssssssssssssssssssssssssssssssssssssssssssscdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
ChristianQuijiaQueza
 
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Minitab, LLC
 
Personality assessment based on biosignals during a decision-making task
Personality assessment based on biosignals during a decision-making taskPersonality assessment based on biosignals during a decision-making task
Personality assessment based on biosignals during a decision-making task
Beatriz Esteves
 
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
Eugm 2011   mehta - adaptive designs for phase 3 oncology trialsEugm 2011   mehta - adaptive designs for phase 3 oncology trials
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
Cytel USA
 
7500 Specification.PDF
7500 Specification.PDF7500 Specification.PDF
7500 Specification.PDF
Hoang Hung
 
Counterfactual Learning for Recommendation
Counterfactual Learning for RecommendationCounterfactual Learning for Recommendation
Counterfactual Learning for Recommendation
Olivier Jeunen
 
Weakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using SnorkelWeakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using Snorkel
Anjani Dhrangadhariya
 

Similar to GraphPad Prism: Curve fitting (20)

ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
 
E00 program-level modeling and simulation experiences
E00   program-level modeling and simulation experiencesE00   program-level modeling and simulation experiences
E00 program-level modeling and simulation experiences
 
Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...
 
Final presentation dwi riyono
Final presentation dwi riyonoFinal presentation dwi riyono
Final presentation dwi riyono
 
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
 
Multivariate Analysis and Visualization of Proteomic Data
Multivariate Analysis and Visualization of Proteomic DataMultivariate Analysis and Visualization of Proteomic Data
Multivariate Analysis and Visualization of Proteomic Data
 
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
 
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
 
Revisiting the Calibration of Modern Neural Networks
Revisiting the Calibration of Modern Neural NetworksRevisiting the Calibration of Modern Neural Networks
Revisiting the Calibration of Modern Neural Networks
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
 
Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...
 
Video 1B Handout_2023.pptx
Video 1B Handout_2023.pptxVideo 1B Handout_2023.pptx
Video 1B Handout_2023.pptx
 
Video 1A Handout 2023.pptx
Video 1A Handout 2023.pptxVideo 1A Handout 2023.pptx
Video 1A Handout 2023.pptx
 
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdssssssssssssssssssssssssssssssssssssssssssssssscdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
 
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
 
Personality assessment based on biosignals during a decision-making task
Personality assessment based on biosignals during a decision-making taskPersonality assessment based on biosignals during a decision-making task
Personality assessment based on biosignals during a decision-making task
 
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
Eugm 2011   mehta - adaptive designs for phase 3 oncology trialsEugm 2011   mehta - adaptive designs for phase 3 oncology trials
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
 
7500 Specification.PDF
7500 Specification.PDF7500 Specification.PDF
7500 Specification.PDF
 
Counterfactual Learning for Recommendation
Counterfactual Learning for RecommendationCounterfactual Learning for Recommendation
Counterfactual Learning for Recommendation
 
Weakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using SnorkelWeakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using Snorkel
 

More from Bioinformatics and Computational Biosciences Branch

Hong_Celine_ES_workshop.pptx
Hong_Celine_ES_workshop.pptxHong_Celine_ES_workshop.pptx
Virus Sequence Alignment and Phylogenetic Analysis 2019
Virus Sequence Alignment and Phylogenetic Analysis 2019Virus Sequence Alignment and Phylogenetic Analysis 2019
Virus Sequence Alignment and Phylogenetic Analysis 2019
Bioinformatics and Computational Biosciences Branch
 
Nephele 2.0: How to get the most out of your Nephele results
Nephele 2.0: How to get the most out of your Nephele resultsNephele 2.0: How to get the most out of your Nephele results
Nephele 2.0: How to get the most out of your Nephele results
Bioinformatics and Computational Biosciences Branch
 
Introduction to METAGENOTE
Introduction to METAGENOTE Introduction to METAGENOTE
Intro to homology modeling
Intro to homology modelingIntro to homology modeling
Protein fold recognition and ab_initio modeling
Protein fold recognition and ab_initio modelingProtein fold recognition and ab_initio modeling
Protein fold recognition and ab_initio modeling
Bioinformatics and Computational Biosciences Branch
 
Homology modeling: Modeller
Homology modeling: ModellerHomology modeling: Modeller
Protein function prediction
Protein function predictionProtein function prediction
Protein structure prediction with a focus on Rosetta
Protein structure prediction with a focus on RosettaProtein structure prediction with a focus on Rosetta
Protein structure prediction with a focus on Rosetta
Bioinformatics and Computational Biosciences Branch
 
Biological networks
Biological networksBiological networks
UNIX Basics and Cluster Computing
UNIX Basics and Cluster ComputingUNIX Basics and Cluster Computing
UNIX Basics and Cluster Computing
Bioinformatics and Computational Biosciences Branch
 
Statistical applications in GraphPad Prism
Statistical applications in GraphPad PrismStatistical applications in GraphPad Prism
Statistical applications in GraphPad Prism
Bioinformatics and Computational Biosciences Branch
 
Intro to JMP for statistics
Intro to JMP for statisticsIntro to JMP for statistics
Categorical models
Categorical modelsCategorical models
Better graphics in R
Better graphics in RBetter graphics in R
Automating biostatistics workflows using R-based webtools
Automating biostatistics workflows using R-based webtoolsAutomating biostatistics workflows using R-based webtools
Automating biostatistics workflows using R-based webtools
Bioinformatics and Computational Biosciences Branch
 
Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)
Bioinformatics and Computational Biosciences Branch
 
Overview of statistics: Statistical testing (Part I)
Overview of statistics: Statistical testing (Part I)Overview of statistics: Statistical testing (Part I)
Overview of statistics: Statistical testing (Part I)
Bioinformatics and Computational Biosciences Branch
 
Appendix: Crash course in R and BioConductor
Appendix: Crash course in R and BioConductorAppendix: Crash course in R and BioConductor
Appendix: Crash course in R and BioConductor
Bioinformatics and Computational Biosciences Branch
 

More from Bioinformatics and Computational Biosciences Branch (20)

Hong_Celine_ES_workshop.pptx
Hong_Celine_ES_workshop.pptxHong_Celine_ES_workshop.pptx
Hong_Celine_ES_workshop.pptx
 
Virus Sequence Alignment and Phylogenetic Analysis 2019
Virus Sequence Alignment and Phylogenetic Analysis 2019Virus Sequence Alignment and Phylogenetic Analysis 2019
Virus Sequence Alignment and Phylogenetic Analysis 2019
 
Nephele 2.0: How to get the most out of your Nephele results
Nephele 2.0: How to get the most out of your Nephele resultsNephele 2.0: How to get the most out of your Nephele results
Nephele 2.0: How to get the most out of your Nephele results
 
Introduction to METAGENOTE
Introduction to METAGENOTE Introduction to METAGENOTE
Introduction to METAGENOTE
 
Intro to homology modeling
Intro to homology modelingIntro to homology modeling
Intro to homology modeling
 
Protein fold recognition and ab_initio modeling
Protein fold recognition and ab_initio modelingProtein fold recognition and ab_initio modeling
Protein fold recognition and ab_initio modeling
 
Homology modeling: Modeller
Homology modeling: ModellerHomology modeling: Modeller
Homology modeling: Modeller
 
Protein docking
Protein dockingProtein docking
Protein docking
 
Protein function prediction
Protein function predictionProtein function prediction
Protein function prediction
 
Protein structure prediction with a focus on Rosetta
Protein structure prediction with a focus on RosettaProtein structure prediction with a focus on Rosetta
Protein structure prediction with a focus on Rosetta
 
Biological networks
Biological networksBiological networks
Biological networks
 
UNIX Basics and Cluster Computing
UNIX Basics and Cluster ComputingUNIX Basics and Cluster Computing
UNIX Basics and Cluster Computing
 
Statistical applications in GraphPad Prism
Statistical applications in GraphPad PrismStatistical applications in GraphPad Prism
Statistical applications in GraphPad Prism
 
Intro to JMP for statistics
Intro to JMP for statisticsIntro to JMP for statistics
Intro to JMP for statistics
 
Categorical models
Categorical modelsCategorical models
Categorical models
 
Better graphics in R
Better graphics in RBetter graphics in R
Better graphics in R
 
Automating biostatistics workflows using R-based webtools
Automating biostatistics workflows using R-based webtoolsAutomating biostatistics workflows using R-based webtools
Automating biostatistics workflows using R-based webtools
 
Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)
 
Overview of statistics: Statistical testing (Part I)
Overview of statistics: Statistical testing (Part I)Overview of statistics: Statistical testing (Part I)
Overview of statistics: Statistical testing (Part I)
 
Appendix: Crash course in R and BioConductor
Appendix: Crash course in R and BioConductorAppendix: Crash course in R and BioConductor
Appendix: Crash course in R and BioConductor
 

Recently uploaded

The Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series DatabaseThe Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series Database
javier ramirez
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
manishkhaire30
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
Timothy Spann
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
aqzctr7x
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
Timothy Spann
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
rwarrenll
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
soxrziqu
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
bopyb
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
roli9797
 
State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023
kuntobimo2016
 
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理
g4dpvqap0
 
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdfUdemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Fernanda Palhano
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Kiwi Creative
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
g4dpvqap0
 
Global Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headedGlobal Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headed
vikram sood
 
Intelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicineIntelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicine
AndrzejJarynowski
 
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
sameer shah
 
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
apvysm8
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
Timothy Spann
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
nyfuhyz
 

Recently uploaded (20)

The Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series DatabaseThe Building Blocks of QuestDB, a Time Series Database
The Building Blocks of QuestDB, a Time Series Database
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
06-04-2024 - NYC Tech Week - Discussion on Vector Databases, Unstructured Dat...
 
My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.My burning issue is homelessness K.C.M.O.
My burning issue is homelessness K.C.M.O.
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
 
State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023State of Artificial intelligence Report 2023
State of Artificial intelligence Report 2023
 
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证如何办理
 
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdfUdemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
Udemy_2024_Global_Learning_Skills_Trends_Report (1).pdf
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
Global Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headedGlobal Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headed
 
Intelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicineIntelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicine
 
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
STATATHON: Unleashing the Power of Statistics in a 48-Hour Knowledge Extravag...
 
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
 
DSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelinesDSSML24_tspann_CodelessGenerativeAIPipelines
DSSML24_tspann_CodelessGenerativeAIPipelines
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
 

GraphPad Prism: Curve fitting