This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Sample clustering based on gene expression

Hi,

Having 90 RNA-seq samples and 250 top deferentially expressed genes, what is the most popular method/tool/package to cluster the samples using the DE genes?

Thanks.

cluster gene expression

1 answer

Base functionality of R (look at hclust() and dist() methods) and the dendroextras to manipulate and plot the resulting dendrogram easily.

Log in to answer this question.