-
Notifications
You must be signed in to change notification settings - Fork 39
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
Downsample from each cluster #115
Comments
Hi @hiraksarkar You'll have to write a method. There's more details here: satijalab/seurat#3033 Note that But yes, this will require a PR from you. Thanks, Evan |
Hi Evan, Thanks for your input Hirak |
I started writing up a function to do this, beginning with the normalized matrices (not cells in the cluster):
But I've realized this is really not what you want. On reflection, I think what you're trying to do is remove cells in the clusters for the heatmaps, correct? In that case, I think it's best to write a function modifying the heatmap for your purposes---play around with this: https://github.com/jokergoo/ComplexHeatmap (Also, the above function really shouldn't use a for-loop, which are bad in R. Try |
Hi @evanbiederstedt ,
Is there an equivalent function to this in Seurat satijalab/seurat#3116 (comment) within conos.
The text was updated successfully, but these errors were encountered: