I feed the list of raw data matrix for both normal and tumor datasets and it started running but then it hit an error, does anyone know why is that?
Error in sampleAlter[[sub2]] : subscript out of bounds
Calls: multiSampleComparisonClonalCN -> diffSubclones
Execution halted
My code:
res <- multiSampleComparisonClonalCN(
listCountMtx = listCountMtx,
listNormCells = NULL,
analysisName = "scevan_multisample_NC_noref",
organism = "human",
par_cores = 20
)
I feed the list of raw data matrix for both normal and tumor datasets and it started running but then it hit an error, does anyone know why is that?
Error in sampleAlter[[sub2]] : subscript out of bounds
Calls: multiSampleComparisonClonalCN -> diffSubclones
Execution halted
My code:
res <- multiSampleComparisonClonalCN(
listCountMtx = listCountMtx,
listNormCells = NULL,
analysisName = "scevan_multisample_NC_noref",
organism = "human",
par_cores = 20
)