How to install deconstructSigs in R
1
0
Entering edit mode
29 days ago
Zhenyu Zhang ★ 1.2k

Since deconstructSigs has been removed from CRAN, as well as some of its dependencies. We have trouble installing this package, mainly to find the write R version and package versions.

Does anyone have any suggestion? If you have this running, do you mind sharing your session.info? Thanks.

R • 411 views
ADD COMMENT
0
Entering edit mode

it has a github repo, can you not pull from there? https://github.com/raerose01/deconstructSigs

ADD REPLY
1
Entering edit mode
28 days ago
ATpoint 86k

Even if officially removed from CRAN, you can always install from their GitHub. In my case missing dependencies were BSgenome and BSgenome.Hsapiens.UCSC.hg19:

deps <- c("BSgenome", "BSgenome.Hsapiens.UCSC.hg19")
BiocManager::install(c(deps, "cran/deconstructSigs"))
ADD COMMENT

Login before adding your answer.

Traffic: 2592 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