Displaying 1 result from an estimated 1 matches for "chr_copy_num".
2007 Nov 02
0
RMySQL inserting data problem
...the table i am trying to insert into:
CREATE TABLE `processed_data` (
`processed_data_id` int(6) unsigned NOT NULL,
`data_id` int(6) unsigned NOT NULL,
`feature_name` varchar(100),
`channel1_signal` int(5),
`channel2_signal` int(5),
`log2_ratio` double(5,2),
`flag` varchar(100),
`chr_copy_num` double(5,2),
`significance` double(7,4),
PRIMARY KEY (`processed_data_id`,`data_id`)
)
Can anyone explain why i am getting this error?
Error: '.class1' is not implemented yet
In addition: Warning message:
In data.frame(proid, spot, name, empty, empty, log, snr, empty, :
row name...