how to implement Pam clustering on gene expression data
0
0
Entering edit mode
4 months ago
mavy ▴ 10

Hello

I need some help regarding how to perform clustering on gene expression data using Pam algorithm in R.

I have some treated and some control/untreated samples(RNAseq data) and I want to do clustering so that the genes with similar expression pattern are in one cluster using the PAM algorithm and then plot their increasing or decreasing patterns in different treatments.

I looked up for its implementation and did it too but some of up regulated and down regulated genes are in one cluster which is making me confuse .

I would really appreciate any help regarding this .

Following is the code that am using

I am using the normalized expression data of RNAseq , which is in "df" , I am scaling the data and then sending it the PAM function

scale(df)
pam.res <- pam(df, 4)
fviz_cluster(pam.res)

and also from this result how can I get the expression pattern plot for the clusters. Is there anything that I could be improved or need to be changed ?

PAM RNA-seq clustering R • 379 views
ADD COMMENT

Login before adding your answer.

Traffic: 1538 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6