Mercurial > repos > jfb > kinatest_r_7_7testing
comparison kinatestid_r/Kinatest-R_part1.R @ 7:bfbbed93df02 draft
Uploaded
author | jfb |
---|---|
date | Wed, 07 Feb 2018 10:50:41 -0500 |
parents | 2f3df9b1c05b |
children | 927eaf73feca |
comparison
equal
deleted
inserted
replaced
6:64c66b59d769 | 7:bfbbed93df02 |
---|---|
1 this.dir <- dirname(parent.frame(2)$ofile) | |
2 setwd(this.dir) | |
3 | |
4 | 1 |
5 ImportedSubstrateList<- read.csv(input1, stringsAsFactors=FALSE) | 2 ImportedSubstrateList<- read.csv(input1, stringsAsFactors=FALSE) |
6 NegativeSubstrateList<- read.csv(input2, stringsAsFactors=FALSE) | 3 NegativeSubstrateList<- read.csv(input2, stringsAsFactors=FALSE) |
7 SubstrateBackgroundFrequency<- read.csv(input3, stringsAsFactors=FALSE) | 4 SubstrateBackgroundFrequency<- read.csv(input3, stringsAsFactors=FALSE) |
8 | 5 |