DataSlingers / clustRviz

Compute Convex (Bi)Clustering Solutions via Algorithmic Regularization
https://DataSlingers.github.io/clustRviz/
GNU General Public License v3.0
19 stars 14 forks source link

Support `refit = FALSE` in `get_feature_paths` #126

Open michaelweylandt opened 4 years ago

michaelweylandt commented 4 years ago

Path plots use the get_feature_paths interface to access raw features and principal components in a unified way for plotting. This seems to produce some jumpiness that might be resolved by supporting a refit = FALSE option similar to what we do for get_clustered_data as used by heatmap plots.