# HG changeset patch # User deepakjadmin # Date 1453480948 18000 # Node ID dd73689fadf23dc5ea54c70f3eda13ac37e8d528 # Parent 91146e0cf2a49fb2116764fa6234fa9e4935353f Uploaded diff -r 91146e0cf2a4 -r dd73689fadf2 tool1V2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool1V2.xml Fri Jan 22 11:42:28 2016 -0500 @@ -0,0 +1,39 @@ + + +This Tool Converts Input csv File into RData Which Is Further Used for Model Building + + + + CARET_TOOL1_PATH + R_ROOT_DIR + R + + csv2rdatatrain.R $file1 $RData + + + + + + + +.. class:: infomark + +**Input "csv file" format must be as given below :** + + +"",feature1,feaure2,feature3,..,activity + + +cpd1,623,0.4,3.4,..,Active + +cpd2,234,0.9,5.6,..,Inactive + +cpd3,567,0.5,3.14,..,Active + +cpd4,231,0.1,1.2,..,Inactive + +here "cpd" stands for name or id of a compound. It is rowname with no column header. + + + +