Closed NicolaLady closed 8 years ago
Hi, could you give the code so I can reproduce the error? Thanks.
library(TFBSTools)
library(JASPAR2014)
library(JASPAR2016)
# search the JASPAR2014 and JASPAR 2016 database for the E2F7 matrix
opts <- list()
opts[["species"]] <- 9606
opts[["name"]] <- "E2F7"
opts[["all_versions"]] <- TRUE
PFMatrixList_E2F7 <- getMatrixSet(JASPAR2016,opts)
PFMatrixList_E2F7[['MA0758.1']]
PWM_E2F7 <- toPWM(PFMatrixList_E2F7,pseudocounts=0.8)
This code works perfectly fine on my computer. My guess is some function is interfered by other loaded packages (MotifDb? or some other I don't know) loaded in. Could you try open a clean R session and only run the code you gave me?
Its working now on a clean R session - i tested it with before and after loading MotifDb and there was no issue so its another package possibly causing the issue- thanks for you help :)
Hi,
I keep getting an error when using the toPWM() in TFBSTools. I was successful in converting a PFM to PWM for the transcription factor NFIA but when i try to do the same for E2F7 i get the following error,
This is my sessionInfo..
Any help would be much appreciated!
Thanks
Nicola