Closed:How to I perform MDS clustering on microarray data to identify gender discrepancies between samples?
0
0
Entering edit mode
5.8 years ago
Volka ▴ 180

Hi all, I recently joined a lab and I am currently learning how to perform quality control on microarray gene expression data. I am very new at this and I have been following the methodology used by a previous project at the lab (according to Item 3.2 here).

I am currently trying to perform MDS clustering on my microarray gene expression data in order to separate samples based on their gender. Based on the methods, I am supposed to be able to see two distinct clusters. However, when trying it out on my own in R using limma, I can only acquire a single cluster. How exactly should I go about doing this?

Here is my R code:

library(limma)
expression_data <- t(rma_transposed) # my gene expression data after RMA, with samples in columns and probesets in rows
mds <- plotMDS(expression_data, gene.selection = "common")
plot(mds)

The resulting plot has only a big cluster in the middle, whereas the 'correct' plot has two distinct clusters. Does anyone have any suggestions on what I'm doing wrong? Thank you!

microarray gene expression gender sample • 178 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2704 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