0

i was wondering if you could guide me which package can I use instead of Biostrings. because when I installed

install.packages("Biostrings")

I get this error:

A version of this package for your version of R might be available elsewhere.

camille
  • 16,432
  • 18
  • 38
  • 60
Hirmand
  • 35
  • 3
  • 5
    It is a Bioconductor package. You need `BiocManager::install("Biostrings")`. Check [here](https://bioconductor.org/packages/release/bioc/html/Biostrings.html) – akrun Apr 12 '22 at 20:02
  • 3
    `if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Biostrings")` – TarJae Apr 12 '22 at 20:07
  • The rest of the error message is "see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages". Did you look at that? – camille Apr 12 '22 at 20:29

0 Answers0