hierarchicalSets
hierarchicalSets copied to clipboard
Scalable Set Visualization using Hierarchies
Hello, I've been playing around with HierarchicalSets and some toy data (see attachment). The data is loaded from a JSON file and fed into `format_sets()` like this: ``` data
Great job and nice visualization. However, I could not find how to prepare the data (usually for a matrix or data.frame) to an acceptable format for the hierarchicalSets. Can you...
Hello! Maybe it's a silly question but I would like to know how you transform the pangenome output from FindMyFriends to use it with your algorithm. I have tried to...