This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Installing crlmmCompendium package in to R, Ubuntu

Hi,

I want to analysis genotype array of Affymetrix. I use crlmm package for doing that. In the manual paper of this package there is another package names as crlmmCompendium that should be installed. I searched a lot to installing that to R in Ubuntu but I have not succeeded yet. Is there anyone that can help me?

Manual paper:

Using the R Package crlmm for Genotyping and Copy Number Estimation

crlmmcompendium r ubuntu

1 answer

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

Log in to answer this question.