Installing crlmmCompendium package in to R, Ubuntu
1
0
Entering edit mode
6.0 years ago
hasani.iut6 ▴ 60

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.3k views
ADD COMMENT
2
Entering edit mode
6.0 years ago

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.

ADD COMMENT
0
Entering edit mode

That's work. Thank you a lot.

ADD REPLY
0
Entering edit mode

Amazing - good luck with the analysis.

ADD REPLY
0
Entering edit mode

Do you know how can I access to the data of the paper? because data cannot be accessed from the ncbi

ADD REPLY
0
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 2678 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6