This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ranking genes from cluster map

How should I rank the top contributing genes to cluster.

For example : If I use 100 genes from 5 samples to perform clustering, then how can I get the top 20 contributing genes to that cluster.

Thank you in advance.

rna-seq sequencing gene clustering ranking

2 answers

If the clustering is build in order to highlight differences between samples, you could define the top 20 genes as the genes with the highest coefficient of variation across samples.

A general and widely used indicator is the silhouette.

Log in to answer this question.