You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plotDendrogram is much slower than plotClusters, probably having to do with the fact that it calls the ape function for plotting the rectangles, and done individually per cell.
Not really feasible for interactive plotting, e.g. 15K cells. Need to rewrite the internals.
The text was updated successfully, but these errors were encountered:
plotDendrogram
is much slower thanplotClusters
, probably having to do with the fact that it calls the ape function for plotting the rectangles, and done individually per cell.Not really feasible for interactive plotting, e.g. 15K cells. Need to rewrite the internals.
The text was updated successfully, but these errors were encountered: