Description
This column shows the similarity of the expression of each gene
to the selected gene. Genes with identical
expression profiles show a value of 0.
This column shows data only for the 1000 genes (including
splicing variants) that have the most similar expression
profiles.
Method
The expression distance between two genes is a weighted
sum computed with the following formula:
delta(a,b) = sum(w[i] * |a[i] - b[i]| ) / sum(w[i])
where a and b are expression vectors associated with the two
genes indexed by tissue, w is an array of weights, and the
sums are taken over all tissues. Currently, all weights have a value
of 1.0.