Examples of inferInteractions()


Examples of org.biopax.paxtools.io.sif.SimpleInteractionConverter.inferInteractions()

    {
      options.put(ruleType, ruleTypes.contains(ruleType));
    }

    SimpleInteractionConverter converter = new SimpleInteractionConverter(options, rules);
    return converter.inferInteractions(this.getBiopaxModel());
  }

  /**
   * Extracts rule types from possible rule classes.
   * @return possible rule types
View Full Code Here

Examples of org.biopax.paxtools.io.sif.SimpleInteractionConverter.inferInteractions()

    {
      options.put(ruleType, ruleTypes.contains(ruleType));
    }

    SimpleInteractionConverter converter = new SimpleInteractionConverter(options, rules);
    return converter.inferInteractions(this.getBiopaxModel());
  }

  /**
   * Extracts rule types from possible rule classes.
   * @return possible rule types
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.