Skip to content

Commit 0e3e950

Browse files
author
nthomasCUBE
authored
Create 0_convert_example_data.R
1 parent d432a31 commit 0e3e950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo_data/0_convert_example_data.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
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+
4+

0 commit comments

Comments
 (0)