Package de.julielab.concepts.db.creators
Class GeneOrthologyCluster
- java.lang.Object
-
- de.julielab.concepts.db.creators.GeneOrthologyCluster
-
public class GeneOrthologyCluster extends Object
-
-
Constructor Summary
Constructors Constructor Description GeneOrthologyCluster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToOriginalCluster(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.voidmergeOverlappingClusters()
-
-
-
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()
-
-