Package cysbml.grn

Examples of cysbml.grn.GRNGraphReader


  }
 
  private void generateGRN(CyNetwork network){
    if (GeneRegulatoryNetwork.isSBMLDocumentGRN(document)){
      try {
        Cytoscape.createNetwork(new GRNGraphReader(document, network), true, null);
      } catch (Exception e){
        CySBML.LOGGER.error("Error generating SBML GRN network");
        e.printStackTrace();
      }
    }
View Full Code Here

TOP

Related Classes of cysbml.grn.GRNGraphReader

Copyright © 2018 www.massapicom. 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.