Modeling Cellular Motility Using Data
up vote
0
down vote
favorite
How would I model cellular motility from this format
This is what my data looks like.
t=48; % total time elapsed in hours
C = [89.1 98.6 41.3751 124 54]; % cell density in cells/mm^2
C0= 12 * 10^6 * .025 /( 1.495 * 10 ); (initial cell density estimate at edge of wall in cells/mm^2)
X = [.08090614887 0.242718446 0.4045307443 0.5663430421 0.7281553398]; % Distance in mm from the edge of the wall where cells move away from
% HERE IS MY CODE.
Z = erfinv(1-(C./C0));
Q = X.*2.*sqrt(t);
U = ((1./(Q.*Z).^2)) ;
figure('Name', 'Model')
subplot(121)
plot(X,U)
title('Cell Density and Distance Model (+EGF)')
xlabel('Distance from Well Edge (mm)')
Conceptually I don't understand the motility coefficient well enough and I don't think my professor does either after asking. The data that I posted is all I have to go off of.
mathematical-modeling biology
add a comment |
up vote
0
down vote
favorite
How would I model cellular motility from this format
This is what my data looks like.
t=48; % total time elapsed in hours
C = [89.1 98.6 41.3751 124 54]; % cell density in cells/mm^2
C0= 12 * 10^6 * .025 /( 1.495 * 10 ); (initial cell density estimate at edge of wall in cells/mm^2)
X = [.08090614887 0.242718446 0.4045307443 0.5663430421 0.7281553398]; % Distance in mm from the edge of the wall where cells move away from
% HERE IS MY CODE.
Z = erfinv(1-(C./C0));
Q = X.*2.*sqrt(t);
U = ((1./(Q.*Z).^2)) ;
figure('Name', 'Model')
subplot(121)
plot(X,U)
title('Cell Density and Distance Model (+EGF)')
xlabel('Distance from Well Edge (mm)')
Conceptually I don't understand the motility coefficient well enough and I don't think my professor does either after asking. The data that I posted is all I have to go off of.
mathematical-modeling biology
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How would I model cellular motility from this format
This is what my data looks like.
t=48; % total time elapsed in hours
C = [89.1 98.6 41.3751 124 54]; % cell density in cells/mm^2
C0= 12 * 10^6 * .025 /( 1.495 * 10 ); (initial cell density estimate at edge of wall in cells/mm^2)
X = [.08090614887 0.242718446 0.4045307443 0.5663430421 0.7281553398]; % Distance in mm from the edge of the wall where cells move away from
% HERE IS MY CODE.
Z = erfinv(1-(C./C0));
Q = X.*2.*sqrt(t);
U = ((1./(Q.*Z).^2)) ;
figure('Name', 'Model')
subplot(121)
plot(X,U)
title('Cell Density and Distance Model (+EGF)')
xlabel('Distance from Well Edge (mm)')
Conceptually I don't understand the motility coefficient well enough and I don't think my professor does either after asking. The data that I posted is all I have to go off of.
mathematical-modeling biology
How would I model cellular motility from this format
This is what my data looks like.
t=48; % total time elapsed in hours
C = [89.1 98.6 41.3751 124 54]; % cell density in cells/mm^2
C0= 12 * 10^6 * .025 /( 1.495 * 10 ); (initial cell density estimate at edge of wall in cells/mm^2)
X = [.08090614887 0.242718446 0.4045307443 0.5663430421 0.7281553398]; % Distance in mm from the edge of the wall where cells move away from
% HERE IS MY CODE.
Z = erfinv(1-(C./C0));
Q = X.*2.*sqrt(t);
U = ((1./(Q.*Z).^2)) ;
figure('Name', 'Model')
subplot(121)
plot(X,U)
title('Cell Density and Distance Model (+EGF)')
xlabel('Distance from Well Edge (mm)')
Conceptually I don't understand the motility coefficient well enough and I don't think my professor does either after asking. The data that I posted is all I have to go off of.
mathematical-modeling biology
mathematical-modeling biology
asked Nov 14 at 21:08
user9995331
1116
1116
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2998823%2fmodeling-cellular-motility-using-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown