You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some questions about the Growth Rate information in the clist.
How is it measured? (units?)
If a cell does not divide anymore, what is the value? NaN or 0? I saw negatives values as well and I do not understand them.
Thank you.
Regards.
Roxane Moritz
The text was updated successfully, but these errors were encountered:
Hey Roxane:
You can see the formula at line 380 of trackOptiClist.m
rate = log(L(t))-log(L(0))/t
so this is the cell elongation rate:
k = dL/dt/L
which would be in inverse frames. If the cell is shorter than the initial length (noise or biology), the value would be negative. We do observe cells getting shorter when stressed. These would have a statistically-significant negative rate.
—PAW
On Oct 25, 2018, at 6:04 AM, RoxaneMo ***@***.***> wrote:
Hello,
I have some questions about the Growth Rate information in the clist.
How is it measured? (units?)
If a cell does not divide anymore, what is the value? NaN or 0? I saw negatives values as well and I do not understand them.
Thank you.
Regards.
Roxane Moritz
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#23>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Amb9oVu5KqUGQIuuUxQ2SafdgjVxr8mWks5uobblgaJpZM4X6O1l>.
Hello,
I have some questions about the Growth Rate information in the clist.
How is it measured? (units?)
If a cell does not divide anymore, what is the value? NaN or 0? I saw negatives values as well and I do not understand them.
Thank you.
Regards.
Roxane Moritz
The text was updated successfully, but these errors were encountered: