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
Doheatmap drawing takes more than 5 seconds
Doheatmap
I found it very slow when running Doheatmap, and found that the main reason was that it was slow to get the gene name of scale.data
scale.data
code is
seurat/R/visualization.R
Line 268 in f8ae979
My scale.data has 2w gengs, 4w cells. Get only the gene name, which should be faster.
No response
The text was updated successfully, but these errors were encountered:
Can it be directly changed to:
possible.features <- Features(x = object, layer = layer)
Sorry, something went wrong.
No branches or pull requests
Motivation
Doheatmap
drawing takes more than 5 secondsFeature Description
I found it very slow when running

Doheatmap
, and found that the main reason was that it was slow to get the gene name ofscale.data
code is
seurat/R/visualization.R
Line 268 in f8ae979
My
scale.data
has 2w gengs, 4w cells. Get only the gene name, which should be faster.Alternatives
No response
The text was updated successfully, but these errors were encountered: