I am having difficulty trying to initialize Scenic with the mm10 RcisTarget databases. This is despite
the fact that i. the SHA256 sum matched the sum you gave, ii. the files can be read in using read_feather.
org="mgi" # or hgnc, or dmel
dbDir='/Users/malinjl/Desktop/ATAC-Seq_data/TF-gene-correlation/scenicDB/' # RcisTarget databases location
myDatasetTitle="SCENIC_output" # choose a name for your analysis
dbs <- c('mm10refseq-r8010kb_up_and_down_tss.mc9nr.feather', 'mm10refseq-r80500bp_up_and_100bp_down_tss.mc9nr.feather')
scenicOptions <- initializeScenic(org=org, dbDir=dbDir, dbs=dbs, datasetTitle=myDatasetTitle, nCores=10)
Motif databases selected:
mm10refseq-r8010kb_up_and_down_tss.mc9nr.feather
mm10refseq-r80500bp_up_and_100bp_down_tss.mc9nr.feather
[1] "read failed on /Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcisTarget/R/RcisTarget.rdb"
[1] "read failed on /Library/Frameworks/R.framework/Versions/3.6/Resources/library/RcisTarget/R/RcisTarget.rdb"
Warning messages:
1: In get0(oNam, envir = ns) : restarting interrupted promise evaluation
2: In get0(oNam, envir = ns) : restarting interrupted promise evaluation
3: In initializeScenic(org = org, dbDir = dbDir, dbs = dbs, datasetTitle = myDatasetTitle, :
It was not possible to load the following databses; check whether they are downloaded correctly:
mm10refseq-r8010kb_up_and_down_tss.mc9nr.feather
mm10refseq-r80500bp_up_and_100bp_down_tss.mc9nr.feather
As you can see below, the path is correct and the files readable:
('#' removed from copy-paste to aid formatting)
read_feather(paste0(dbDir, dbs[1]))
A tibble: 24,453 x 24,131
features 0610005C13Rik0610007P14Rik0610009B22Rik0610009L18Rik
Hi,
I am having difficulty trying to initialize Scenic with the mm10 RcisTarget databases. This is despite the fact that i. the SHA256 sum matched the sum you gave, ii. the files can be read in using read_feather.
As you can see below, the path is correct and the files readable: ('#' removed from copy-paste to aid formatting)
Is there something that I am missing or doing incorrectly? I can provide more information as needed.
Thank you,
Justin