hi nacho,
example 3 in the readme attempts to modify df3, but this data.frame has not yet been created...
# visualize an interactive heatmap alongside a parallel coordinates plot
rownames(df3) <- paste0("GENE_", 1:25)
colnames(df3) <- paste0("sample_", 1:8)
clickme(df3, "longitudinal_heatmap") # you will need to have a local server running for this example to work
hi nacho, example 3 in the readme attempts to modify df3, but this data.frame has not yet been created...