BSgenomeをインストールしましたが、動作しているようですが、ライブラリを読み込めません。次のコードはBiostringsパッケージからのものです
> require(BSgenome)
> require(Biostrings)
> library(BSgenome.Dmelanogaster.UCSC.dm3)
Error in library(BSgenome.Dmelanogaster.UCSC.dm3) :
there is no package called 'BSgenome.Dmelanogaster.UCSC.dm3'
> subject <- Dmelanogaster$chr3R
Error: object 'Dmelanogaster' not found
> Lpattern <- "AGCTCCGAG"
> Rpattern <- "TTGTTCACA"
> matchLRPatterns(Lpattern, Rpattern, 500, subject) # 1 match
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "matchLRPatterns", for signature "standardGeneric"
よろしくお願いします。これがあなたのために働くかどうか見るためにあなたのコンピュータで試すことができますか?潜在的な問題は何でしょうか。