How to use the deeprank.utils.read_relation function in deeprank

To help you get started, we’ve selected a few deeprank 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 pl8787 / DeepRank_PyTorch / deeprank / dataset.py View on Github external
def __init__(self, rel_file, config):
        rel = utils.read_relation(filename=rel_file)
        self.pair_list = self.make_pair(rel)
        self.config = config
github pl8787 / DeepRank_PyTorch / deeprank / dataset.py View on Github external
def __init__(self, rel_file, config):
        rel = utils.read_relation(filename=rel_file)
        self.list_list = self.make_list(rel)
        self.config = config

deeprank

Rank Protein-Protein Interactions using Deep Learning

Apache-2.0
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis

Similar packages