kreindata / simple-seurat

Simplifying Seurat data processing, clustering, and analysis
MIT License
1 stars 0 forks source link

Implement auto-labeling #5

Closed kreindata closed 1 year ago

kreindata commented 1 year ago

In Cluster and Subcluster functions, making the output labelled would be helpful.

kreindata commented 1 year ago

Cluster function now auto-labels by number. Would like to improve further to auto-label by largest shared marker.

kreindata commented 1 year ago

Auto-labelling implemented with labels = TRUE as the default. Since it is a fairly intensive addition, it may be better to default it to FALSE in the future.