How to use the clustergrammer2.clustergrammer_fun.load_data function in clustergrammer2

To help you get started, we’ve selected a few clustergrammer2 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ismms-himc / clustergrammer2 / clustergrammer2 / clustergrammer_fun / __init__.py View on Github external
def load_file(self, filename):
    '''
    Load TSV file.
    '''
    load_data.load_file(self, filename)