MaayanLab / clustergrammer-py

A python module for the clustergrammer matrix visualization project that creates the JSON object for the front-end JavaScript portion of Clustergrammer.
MIT License
12 stars 15 forks source link

Added way to load and output from stdio #1

Closed daniloimparato closed 7 years ago

daniloimparato commented 7 years ago

Thought it would be nice to have standard stream support.

make_stdin_stdout.py takes tsv formatted text and prints the visualization json right out.

I've been using it on a web server to generate visualizations on the fly.

cornhundred commented 7 years ago

Hi Danilo,

Thanks for the added functionality :) I'm glad you are using clustergrammer for your web server. I would interested to see your site if you want to share.

Best, Nick

daniloimparato commented 7 years ago

Hi Nick,

It's supposed to be somewhat functional by this week. Will be happy to share it once publicly hosted :)

Cheers