Mercurial > repos > jfb > kinatest_r_7_7testing
changeset 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 |
files | kinatestid_r/Kinatest-R_part1.R |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/kinatestid_r/Kinatest-R_part1.R Wed Feb 07 10:50:41 2018 -0500 +++ b/kinatestid_r/Kinatest-R_part1.R Thu Feb 08 12:33:36 2018 -0500 @@ -1,9 +1,9 @@ -ImportedSubstrateList<- read.csv(input1, stringsAsFactors=FALSE) -NegativeSubstrateList<- read.csv(input2, stringsAsFactors=FALSE) -SubstrateBackgroundFrequency<- read.csv(input3, stringsAsFactors=FALSE) +ImportedSubstrateList<- read.csv("input1", stringsAsFactors=FALSE) +NegativeSubstrateList<- read.csv("input2", stringsAsFactors=FALSE) +SubstrateBackgroundFrequency<- read.csv("input3", stringsAsFactors=FALSE) -ScreenerFilename<-screener +ScreenerFilename<-"screener7-7.csv"