Class GeneOrthologyCluster


  • public class GeneOrthologyCluster
    extends Object
    • Constructor Detail

      • GeneOrthologyCluster

        public GeneOrthologyCluster()
    • Method Detail

      • addToOriginalCluster

        public void addToOriginalCluster​(String clusterId,
                                         String geneId)
        This method is used to build the original gene_orthology information where one gene is associated with a set of other genes in the "Ortholog" relation.
        Parameters:
        clusterId - The source gene of the cluster.
        geneId - A gene that is associated with the clusterId gene.
      • mergeOverlappingClusters

        public void mergeOverlappingClusters()