I'm getting the following error:
Error in `$<-.data.frame`(`*tmp*`, "Log2Ratio", value = c(-0.115390827858491, :
replacement has 18124 rows, data has 18118
with the original script and the original sample file
library(rCGH)
filePath <- system.file("extdata", "Affy_snp6_cnchp.txt.bz2", package = "rCGH")
cgh <- readAffySNP6(filePath, sampleName = "AffySNP6")
cgh
cgh <- adjustSignal(cgh, nCores=1)
please help ):
I'm getting the following error:
with the original script and the original sample file
please help ):