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
I just noted that there is already a function scran::clusterCells() which does almost everything we do with cluster_sce(), with the exception being saving the results back to a separate SCE object.
Since we can add the cluster info with a line like:
This function is only used in internal functions within the package and we don't use it in other places like scpca-downstream-analyses. Because of that, we will just remove it from being exported right now and go ahead and release. Later we can actually remove the function and switch to using scran::clusterCells().
I just noted that there is already a function
scran::clusterCells()
which does almost everything we do withcluster_sce()
, with the exception being saving the results back to a separate SCE object.Since we can add the cluster info with a line like:
are we sure we need our own version of the function?
The text was updated successfully, but these errors were encountered: