Hello,
I am new to iEVORA. As simple as it is, I have been facing a small glitch during the wrapping up. See below the error message I am getting. My input data includes,
i) myMs - a matrix of M values with feature names (CpG IDs) and sample names
ii) pheno.v - a vector with 0's and 1's describing the 2 unique groups in the data set (cl;ass: numeric; names = group names)
pheno.v
Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD
0 0 0 0 0
Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD
0 0 0 0 0
Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD
0 0 0 0 0
Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD Baseline_COPD
0 0 0 0 0
Baseline_OldHealthy Baseline_OldHealthy Baseline_OldHealthy Baseline_OldHealthy Baseline_OldHealthy
1 1 1 1 1
Baseline_OldHealthy Baseline_OldHealthy Baseline_OldHealthy Baseline_OldHealthy Baseline_OldHealthy
1 1 1 1 1
ncol(myMs)
[1] 30
length(pheno.v)
[1] 30
topDVMC.m <- iEVORA(myMs,pheno.v)
[1] "Estimated DV statistics"
[1] "Preparing output"
Error during wrapup: length of 'dimnames' [2] not equal to array extent**
I will be grateful if you can help me resolving this problem. Am I missing something silly?
Poojitha Rajasekar