search for: protein_3_mrna

Displaying 1 result from an estimated 1 matches for "protein_3_mrna".

Did you mean: protein_2_mrna
2011 Aug 20
0
help with nls fitting
...be the error? I tried with differnet intial values of v4_Kd, but I did not fix the problem. Here below the code. Thanks in advance, Paola. Data_pp3_mrna <- data.frame( p1 = protein_1, p2 = protein_2, pp3_mrna = protein_3_mrna, slope_pp3_mrna = stinemanSlopes(times, protein_3_mrna) ) one_par <- nls(slope_pp3_mrna ~ ( (k3 * p1) / ( (1) + p1 ) ) * ( 1/(1 + (p2)) ) - pp3_mrna, data=Data_pp3_mrna, start=list(...