Edit me

Self-Organizing Map (SOM)

A data visualization technique which has been invented by Professor Teuvo Kohonen and is based on dimension reduction using self-organizing neural networks. SOM, just like PCA, is also based on dimension reduction. However SOM produces a map, typically of 2 dimensions, and plots the similarities of the data by grouping similar data items together.

Applications

  • The SOM method was applied to whole genome expression profiles from multiple individuals and tissues to produces clusters of co-regulated genes in ref. It is packaged as an R package (‘oposSOM’).

  • Using a variant of the SOM algorithm, a batch-learning SOM (BLSOM) was used to classify metagenomic sequence fragments according to phylotypes using information about oligonucleotide compositions ref.

  • Genomic encoding methods were investigated with two variations of the SOM algorithm (Kohonen’s SOM and the growing cell structures approach). The resulting sequence clustering was in agreement with the sampled phylogenetic relationships ref.





Tags: