Skip to content

Commit 01c5253

Browse files
author
nthomasCUBE
authored
Update 0_convert_example_data.R
1 parent 0e3e950 commit 01c5253

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo_data/0_convert_example_data.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
d1=read.csv("data/FemaleLiver-Data/ClinicalTraits.csv",sep=",",header=T,row.names=1)
2-
write.table(d1,"Traits_modified.txt",sep="\t",row.names=FALSE)
3-
2+
write.table(d1,"Traits_modified.txt",sep="\t",row.names=FALSE,quote=FALSE)
43

0 commit comments

Comments
 (0)