Searchseq function in TFBSTools says 'could not find function "unsafe.update"'
1
1
Entering edit mode
sun.1071 ▴ 10
@sun1071-13116
Last seen 7.0 years ago

I have been trying to use the SearchSeq and searchAln function in package TFBSTools. But I always get errors even when running the demo R script provded in the Bioconductor.

> library(Biostrings)
> data(MA0003.2)
> data(MA0004.1)
> pwmList <- PWMatrixList(MA0003.2=toPWM(MA0003.2), MA0004.1=toPWM(MA0004.1),
+                         use.names=TRUE)
> subject <- DNAString("GAATTCTCTCTTGTTGTAGTCTCTTGACAAAATG")
> siteset <- searchSeq(pwm, subject, seqname="seq1", min.score="60%", strand="*")
Error in unsafe.update(object, ...) : 
  could not find function "unsafe.update"
> 
> sitesetList <- searchSeq(pwmList, subject, seqname="seq1",
+                          min.score="60%", strand="*")
Error in unsafe.update(object, ...) : 
  could not find function "unsafe.update"

I am wondering what is wrong in this case.

 

 

R software error • 883 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 22 days ago
United States

Does BiocInstaller::biocValid() indicate that some of your packages are out-of-date or too new?

ADD COMMENT

Login before adding your answer.

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