No BSgenome for Human HG19 or HG38 with R version 4.2.2 and Bioconductor 3.16
1
0
Entering edit mode
aubin • 0
@aac4f0b4
Last seen 13 months ago
France

Hello,

I'm currently trying to install BSgenome.Hsapiens.UCSC.hg19 and BSgenome.Hsapiens.UCSC.hg38 through bioconductor on my desktop (Windows) My current R version is 4.2.2.and bioconductor is 3.16

My command is this one:

```r

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("BSgenome.Hsapiens.UCSC.hg19") ```r

and as answer I have :

Warning message: package ‘BSgenome.Hsapiens.USCS.hg19’ is not available for Bioconductor version '3.16'

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Would you have any advice to be able to install these packages? Thanks in advance

BSgenome.Hsapiens.UCSC.hg38.dbSNP151.major • 827 views
ADD COMMENT
2
Entering edit mode
@james-w-macdonald-5106
Last seen 12 minutes ago
United States

You say you did

BiocManager::install("BSgenome.Hsapiens.UCSC.hg19")

But R says you actually did

BiocManager::install("BSgenome.Hsapiens.USCS.hg19")

The first should work, the second will not, because it's UCSC, not USCS.

ADD COMMENT
0
Entering edit mode

I'm stupid. Thanks a lot.

ADD REPLY

Login before adding your answer.

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