Microarray data correlation plot between highly expressed genes
hello all, I have microarray data intensity count matrix generated by Transcriptome Analysis Console (TAC) 4.0 and want to generate correlation between more significant expressed genes, so anyone have idea how can i start with this matrix file to find differential expressed genes and generate a plot as correlation between genes. In this matrix , rows are as gene names and columns are as samples. please suggest me how can i do this.
• 1,141 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Differential analysis of microarrays is typically done with the
limmapackage in R. Correlations can be calculated withcor.Thank you for your reply, I found correlation between samples but still looking for correlation plot between genes. Is there any method for this.