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

Error in out[1:k, ] : incorrect number of dimensions #11

Open
AlphaLX opened this issue Apr 5, 2023 · 0 comments
Open

Error in out[1:k, ] : incorrect number of dimensions #11

AlphaLX opened this issue Apr 5, 2023 · 0 comments

Comments

@AlphaLX
Copy link

AlphaLX commented Apr 5, 2023

Hi, I use the scibetR package for windows system, and I met an error when using the package.

expr = as.data.frame(t(counts(ref))) # the reference dataset, rows are cells and columns are genes
expr = expr %>%
mutate(group_ref) # add the label column
que = as.data.frame(t(counts(sce))) # the query dataset, , rows are cells and columns are genes
prd <- SciBet_R(expr, que, k=100)

Error in out[1:k, ] : incorrect number of dimensions

I don't know what's wrong with my code, could you please help me solve the issue?

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