We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot seem to use the FindMarker, FindAllMarkers function. No DE were found with my dataset or the pbmc_small
The error I get is Error in .local(x, na.rm, dims, ...) : object 'CRsparse_rowSums' not found
> FindAllMarkers(FindMarkers) Error in UseMethod(generic = "Idents", object = object) : no applicable method for 'Idents' applied to an object of class "function" > FindAllMarkers(pbmc_small) Calculating cluster 0 Calculating cluster 1 Calculating cluster 2 Warning: No DE genes identified Warning: The following tests were not performed: Warning: When testing 0 versus all: object 'CRsparse_rowSums' not found Warning: When testing 1 versus all: object 'CRsparse_rowSums' not found Warning: When testing 2 versus all: object 'CRsparse_rowSums' not found data frame with 0 columns and 0 rows
The text was updated successfully, but these errors were encountered:
Hi, This issue as well as its solution is detailed here: #8089 (comment)
Sorry, something went wrong.
No branches or pull requests
I cannot seem to use the FindMarker, FindAllMarkers function. No DE were found with my dataset or the pbmc_small
The error I get is
Error in .local(x, na.rm, dims, ...) :
object 'CRsparse_rowSums' not found
The text was updated successfully, but these errors were encountered: