Hello
i am trying to forge a BSgenome data package for Solanum pennellii, but i am not sure if i have installed the BSgenome package correctly because when i typed
library("BSgenome")
in the R terminal, i got an error "Error in library("BSgenome") : there is no package called ‘BSgenome’. " Does anyone know what is wrong??
the command i used to install BSgenome was the same in this link:
source("https://bioconductor.org/biocLite.R") biocLite("BSgenome")
Please update your question with the output of
biocLite("BSgenome")
.the error is simply"Error in library(BSgenome) : there is no package called ‘BSgenome’"
That is the output of the command
library(BSgenome)
. What is the output ofbiocLite("BSgenome")
?the output is really long, i chose update all and using personal library for the questions being asked when installing, here is the out put:
thank you martin!
it is working fine now after i have used these two commands!