lazappi / clustree

Visualise Clusterings at Different Resolutions
https://lazappi.github.io/clustree/
GNU General Public License v3.0
215 stars 15 forks source link

Redesign aesthetics interface (possibly tidyeval) #26

Open lazappi opened 5 years ago

lazappi commented 5 years ago

The current interface for defining aesthetics using metadata columns requires a string giving the name of the column (e.g. node_AES) and a string giving the name of a function to summarise samples in each cluster (e.g. node_AES_aggr). This approach has the following limitations:

How could we address some of these issues?

Possible issues to consider:

lazappi commented 5 years ago

Allow direct passing of summarised node statistics for aesthetics, possible via a node_metadata argument. See #31 for example.