search for: voxel_id

Displaying 1 result from an estimated 1 matches for "voxel_id".

Did you mean: vol_id
2009 Jan 10
0
RMySQL CREATE TABLE error
...y(con, temp2) <MySQLResult:(436,20,2)> 11 > dbSendQuery(con, temp3) <MySQLResult:(436,20,3)> 12 > query.string1 <- paste("SELECT t.timeseries_id, t.timeseries_signal FROM MyTemporaryTable1 t, MyTemporaryTable3 v WHERE t.participant = v.participant AND t.roi = v.roi AND t.voxel_id = v.voxel_id;",sep="") 13 > query.string2 <- paste("SELECT t.timeseries_id, t.timeseries_signal FROM MyTemporaryTable2 t, MyTemporaryTable3 v WHERE t.participant = v.participant AND t.roi = v.roi AND t.voxel_id = v.voxel_id;",sep="") 14 > series1 <-...