Mercurial > repos > jfb > kinatest_scoring_function
changeset 6:153ed20b5aab draft
Uploaded
author | jfb |
---|---|
date | Sat, 27 Apr 2019 16:09:28 -0400 |
parents | 2f5855ff5a04 |
children | 9243cdb86997 |
files | scoring function/KinatestFisherScoring.R |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scoring function/KinatestFisherScoring.R Sat Apr 27 15:51:34 2019 -0400 +++ b/scoring function/KinatestFisherScoring.R Sat Apr 27 16:09:28 2019 -0400 @@ -1,5 +1,7 @@ # system.time({ +options(warn=-1) + args = commandArgs(trailingOnly=TRUE) #args = c("ABL","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC") TodaysKinase<-as.character(args[1]) @@ -1259,4 +1261,6 @@ write.table(RanksPeptides,file = "output.csv",append = FALSE,row.names = FALSE,col.names = TRUE,sep = ",") -# }) \ No newline at end of file +# }) + +options(warn=0) \ No newline at end of file