dose_response

버전 1.0.0.0 (1.5 KB) 작성자: Carlos Evangelista
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 (2024). dose_response (https://www.mathworks.com/matlabcentral/fileexchange/4363-dose_response), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 QSP, PKPD, and Systems Biology에 대해 자세히 알아보기
도움

도움 준 파일: doseResponse

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0