Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotIdiogram issues - SNPchip R package installation fails #88

Open
dsampath31 opened this issue Feb 9, 2021 · 3 comments
Open

plotIdiogram issues - SNPchip R package installation fails #88

dsampath31 opened this issue Feb 9, 2021 · 3 comments

Comments

@dsampath31
Copy link

SNPchip package is unable to get installed as it's not available for R>4.0.0

If I go with R 3.6.3, GenomicRanges installation fails. What's the way here to get plotIdiogram working?

Error in plotIdiogram(chr, build = "hg19", unit = "bp", label.y = label.y, :
could not find function "plotIdiogram"

@pawelqs
Copy link

pawelqs commented Mar 1, 2021

The same issue here. Did you solve it in anyway?

@dsampath31
Copy link
Author

Nope. I have to try using a package manager to see if that option works to keep different versions of R

@pawelqs
Copy link

pawelqs commented Mar 1, 2021

It worked for with the following conda environment:

name: titancna_env
channels:
  - conda-forge
  - bioconda
  - r
  - dranew
  - defaults
dependencies:
  - bioconductor-titancna
  - bioconductor-snpchip
  - bioconductor-bsgenome.hsapiens.ucsc.hg19
  - r-ichorcna
  - r-domc
  - hmmcopy_utils
  - pysam # not sure if necessary
  - r-ff=2.2.14 # Before, I could not install SNPchip because of the higher ff version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants