Class ColorTable

java.lang.Object
es.imim.DISGENET.network.colorMapping.ColorTable

public class ColorTable extends Object
This class provides utility methods for creating and managing color tables in Cytoscape networks.
  • Constructor Details

    • ColorTable

      public ColorTable()
      Default constructor for ColorTable. Initializes the class with default settings.
  • Method Details

    • CreateColorTable

      public static org.cytoscape.model.CyTable CreateColorTable(org.cytoscape.model.CyNetwork cyNet)
      Creates a color table for the given Cytoscape network. Adds columns to the table based on disease color mappings.
      Parameters:
      cyNet - The Cytoscape network to create the color table for.
      Returns:
      The created color table.