Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slw_on_selection error when sleepwalk is not attached #7

Closed
FelixTheStudent opened this issue Apr 6, 2019 · 0 comments
Closed

slw_on_selection error when sleepwalk is not attached #7

FelixTheStudent opened this issue Apr 6, 2019 · 0 comments

Comments

@FelixTheStudent
Copy link
Contributor

Running sleepwalk without attaching the package (i.e., NOT specifying library(sleepwalk)) like this works fine:

sleepwalk::sleepwalk(seurat@dr$tsne@cell.embeddings, t(seurat@data[seurat@var.genes,]))

But the moment you select cells with your mouse, it crashed (browser tab closes) and R gives this error:

Error in slw_on_selection(selPoints, 1) :
could not find function "slw_on_selection"

Loading the package using library(sleepwalk) solves the issue, but it'd be nice if it weren't necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant