Learn R Programming

galgo (version 1.4)

distanceImportanceNetwork.BigBang: Converts geneImportanceNetwork matrix to distance matrix

Description

Converts geneImportanceNetwork matrix to distance matrix.

Usage

# S3 method for BigBang
distanceImportanceNetwork(o, gin=NULL, ...)

Arguments

gin

The geneImportanceNetwork matrix. If it is not provided, a default call to geneImportanceNetwork will be performed.

...

Parameters for geneImportanceNetwork when gin is not provided.

Value

Returns a matrix representing gene distances.

References

Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675

See Also

For more information see BigBang. *geneImportanceNetwork().

Examples

Run this code
# NOT RUN {
   #bb is a BigBang object
   bb
   gin <- geneImportanceNetwork(bb)
   din <- distanceImportanceNetwork(bb, gin)
   
# }
# NOT RUN {
 
# }

Run the code above in your browser using DataLab