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.
• 2,575 views
•
link
1 answer
Base functionality of R (look at hclust() and dist() methods) and the dendroextras to manipulate and plot the resulting dendrogram easily.
• 1 views
•
link
Log in to answer this question.