Skip to content
Snippets Groups Projects
Commit 31a3823e authored by Nauta, Lisanne's avatar Nauta, Lisanne
Browse files

solved merge conflict

parent 65fe1908
No related branches found
No related tags found
No related merge requests found
...@@ -18,21 +18,12 @@ getLoadings<-function(inputDF=read.csv("data/input_file_new_kla_div_20200729-0Ba ...@@ -18,21 +18,12 @@ getLoadings<-function(inputDF=read.csv("data/input_file_new_kla_div_20200729-0Ba
df1<-inputDF df1<-inputDF
<<<<<<< HEAD
#comment out these lines after testing
# df1<-df1[,c(1:42)]
# colnames(df1)<-c(colnames(df1[,c(1:19)]),substr(colnames(df1[,c(20:42)]),1,nchar(colnames(df1[,c(20:42)]))-4))
# colnames(df1)
# df1$excreted<-c(1e10,1e10,1e10,1e10,1e10)
#comment out these lines after testing
=======
#comment out these lines after testing #comment out these lines after testing
#df1<-df1[,c(1:42)] #df1<-df1[,c(1:42)]
#colnames(df1)<-c(colnames(df1[,c(1:19)]),substr(colnames(df1[,c(20:42)]),1,nchar(colnames(df1[,c(20:42)]))-4)) #colnames(df1)<-c(colnames(df1[,c(1:19)]),substr(colnames(df1[,c(20:42)]),1,nchar(colnames(df1[,c(20:42)]))-4))
#colnames(df1) #colnames(df1)
#df1$excreted<-rep(1e10,5) #df1$excreted<-rep(1e10,5)
#comment out these lines after testing #comment out these lines after testing
>>>>>>> fb831e81352fbaa2ec30fb2aebbf9c32ffb0b9b9
pathogenGroups<-c("Virus","Bacteria","Protozoa","Helminth") pathogenGroups<-c("Virus","Bacteria","Protozoa","Helminth")
index<-which(pathogenGroups==pathogenType) index<-which(pathogenGroups==pathogenType)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment