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

The Sketch Data function specifies an invalid number of selected cells #8891

Open
haolangchen opened this issue May 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@haolangchen
Copy link

The Sketch Data function usually works properly, but sometimes this situation is encountered. I used the Sketch Data function to filter for a specified cell count, but it returned me the number of cells in the integrated set. How to solve it, what is the situation.

> length(colnames(tmp_seurat))
[1] 4042



test <- SketchData(object = tmp_seurat,ncells = 500,method = "LeverageScore",sketched.assay = "sketch")


> length(colnames(test))
[1] 4042



@haolangchen haolangchen added the bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant