dose_response

Function to fit a dose-response data to a 4 parameter dose-response curve.
ダウンロード: 3.4K
更新 2004/1/14

ライセンスがありません

% Requirements: nlinfit function in the Statistics Toolbox
% and accompanying m.files: init_coeffs.m and sigmoid.m
% Inputs: 1. a 1 dimensional array of drug concentrations
% 2. the corresponding m x n array of responses
% Algorithm: generate a set of initial coefficients including the Hill
% coefficient
% fit the data to the 4 parameter dose-response curve using
% nonlinear least squares
% Output: a matrix of the 4 parameters
% results[m,1]=min
% results[m,2]=max
% results[m,3]=ec50
% results[m,4]=Hill coefficient
%
% Copyright 2004 Carlos Evangelista
% send comments to CCEvangelista@aol.com
% Version 1.0 01/07/2004

引用

Carlos Evangelista (2026). dose_response (https://jp.mathworks.com/matlabcentral/fileexchange/4363-dose_response), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersQSP, PKPD, and Systems Biology についてさらに検索
謝辞

ヒントを与えたファイル: doseResponse

バージョン 公開済み リリース ノート
1.0.0.0