Previous changeset 11:7dff31e9a48f (2019-04-29) Next changeset 13:3ef6de42310d (2019-10-03) |
Commit message:
Uploaded |
modified:
scoring function/KinatestFisherScoring.R |
b |
diff -r 7dff31e9a48f -r 3437c03bb21e scoring function/KinatestFisherScoring.R --- a/scoring function/KinatestFisherScoring.R Mon Apr 29 11:58:54 2019 -0400 +++ b/scoring function/KinatestFisherScoring.R Thu Oct 03 11:00:05 2019 -0400 |
[ |
@@ -1006,7 +1006,7 @@ ALKNumeration<-c(ALKm6[s],ALKm5[r],ALKm4[i],ALKm3[j],ALKm2[k],ALKm1[l],ALKd0[m],ALKp1[n], ALKp2[o],ALKp3[p],ALKp4[q],ALKp5[u],ALKp6[v]) - ThisKinPeptides[count,1:13]<-ThisKinTableNumeration + ThisKinPeptides[count,1:13]<-as.numeric(ThisKinTableNumeration) AblPeptides[count,1:13]<-AblNumeration ArgPeptides[count,1:13]<-ArgNumeration |