Uses of Class
org.metaqtl.MetaQtlData

Packages that use MetaQtlData
org.metaqtl.adapter   
org.metaqtl.algo   
 

Uses of MetaQtlData in org.metaqtl.adapter
 

Methods in org.metaqtl.adapter with parameters of type MetaQtlData
static QtlPartition QtlPartitionAdapter.adapt(MetaQtlData qtlData)
          Adapt the given MetaQtlData into a QtlPartition and returns it.
 

Uses of MetaQtlData in org.metaqtl.algo
 

Methods in org.metaqtl.algo with parameters of type MetaQtlData
 MetaQtlResult[] QtlTreeAlgorithm.buildQtlTree(MetaQtlData data)
          For the given data points this method build the tree which represents the hierarchical clustering.
 MetaQtlResult[] QtlClustAlgorithm.doQtlClustering(MetaQtlData data)
          For a given data set data performs the clustering on each trait group and returns the results as an array of MetaQtlResult objects.