Skip to content

R crashes on SCENIC Initialization #288

Answered by s-aibar
NickNolan asked this question in [R]
Discussion options

You must be logged in to vote

Dear @NickNolan ,

Sorry, I was not aware that we had received new posts on that issue. I have now re-opened it.

Most of the issues when loading SCENIC are related to loading the databases:
a) Due to incomplete downloads
b) Due to inconsistent package versions (we had to change the interface to load the .feather files from package feather to arrow).

Could you confirm whether you can properly load the databases with these commands?

dbPath <-  "~/Downloads/cisTarget_databases/mm9-500bp-upstream-7species.mc9nr.feather" # Choose the appropriate database/location
SCENIC::dbLoadingAttempt(dbPath)

rnk <- RcisTarget::importRankings(dbPath, indexCol="features", columns=c("Sox10","Dlx1")) # you can…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by s-aibar
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
[R]
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #238 on April 14, 2022 07:22.