Mercurial > repos > jfb > kinatest_r_7_7testing
comparison kinatestid_r/Kinatest-R_part1.R @ 8:927eaf73feca draft
Changed read.csv(inputs) to read.csv("inputs")
author | jfb |
---|---|
date | Thu, 08 Feb 2018 12:33:36 -0500 |
parents | bfbbed93df02 |
children | f80306fc5d69 |
comparison
equal
deleted
inserted
replaced
7:bfbbed93df02 | 8:927eaf73feca |
---|---|
1 | 1 |
2 ImportedSubstrateList<- read.csv(input1, stringsAsFactors=FALSE) | 2 ImportedSubstrateList<- read.csv("input1", stringsAsFactors=FALSE) |
3 NegativeSubstrateList<- read.csv(input2, stringsAsFactors=FALSE) | 3 NegativeSubstrateList<- read.csv("input2", stringsAsFactors=FALSE) |
4 SubstrateBackgroundFrequency<- read.csv(input3, stringsAsFactors=FALSE) | 4 SubstrateBackgroundFrequency<- read.csv("input3", stringsAsFactors=FALSE) |
5 | 5 |
6 ScreenerFilename<-screener | 6 ScreenerFilename<-"screener7-7.csv" |
7 | 7 |
8 | 8 |
9 | 9 |
10 FILENAME<-"output1" | 10 FILENAME<-"output1" |
11 FILENAME2<-"output2" | 11 FILENAME2<-"output2" |