Displaying 1 result from an estimated 1 matches for "rma_log2_con_sample_2".
Did you mean:
rma_log2_con_sample_1
2008 Feb 05
0
Uninformative error msgs w/ svm.default - Error in svm.default ... y must be a vector or a factor -
.../group/wonglab/RSVMpage/R-SVM.html ) on some microarray data. The data to be input are log2, as numeric matrix w/ attributes --
str(svm_num_mat)
num [1:10, 1:12340] 13.1 13.1 13.1 13.1 13.0 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:10] "rma_log2_con_sample_1" "rma_log2_con_sample_2" "rma_log2_con_sample_3" "rma_log2_con_sample_4" ...
..$ : chr [1:12340] "AFFX-HSAC07/X00351_3_at" "AFFX-HSAC07/X00351_5_at" "AFFX-HSAC07/X00351_M_at" "AFFX-HUMGAPDH/M33197_3_at" ...
and the class labels --
> str(m.cl.f)
Facto...