The package was moved to GitHub:
https://github.com/rscharpf/crlmmCompendium
The authors have not updated the reference to it in their published work, and neither appear to have updated their associate R packages for some time. I just tried to install but my R version is too advanced.
You can install by trying the following:
Outside R - download raw files
git clone https://github.com/rscharpf/crlmmCompendium
In R:
install.packages("./crlmmCompendium/", repos=NULL, type="source", dependencies=c("crlmm", "SNPchip", "VanillaICE"))
...or install the dependencies separately , i.e., crlmm
SNPchip
VanillaICE
, and then run:
install.packages("./crlmmCompendium/", repos=NULL, type="source")
If you cannot get it working after that, then you may consider trying Aroma Affymetrix for the purposes of deriving copy number.
That's work. Thank you a lot.
Amazing - good luck with the analysis.
Do you know how can I access to the data of the paper? because data cannot be accessed from the ncbi
Did you follow this tutorial: https://biostats.bepress.com/cgi/viewcontent.cgi?article=1218&context=jhubiostat ?