Finding significant genes form the micro array data by using WGCN analysisA
1
0
Entering edit mode
3.4 years ago

Hello everyone I came from statistics background now I learning WGCNA analysis for the micro array data by using R programming. When I used bolckwisemodule function I got around 8 modules. I'm unable to find out what are the significant genes from each module please help me for finding the significant genes.

WGCNA R gene • 603 views
ADD COMMENT
0
Entering edit mode

Kindly please help me how to find the significant genes for the micro array data

ADD REPLY
1
Entering edit mode
3.4 years ago

WGCNA is not a technique for finding significant genes. Instead it is a clustering alogrithmn that clusters genes with correlated gene expression across samples together. Modules of genes are created using a dynamic tree cutting approach which doesn't have a hard threshold. That is, there is no statistical significance (in the p-value sense) attached to a gene being associated with a module. Are you looking to extract the genes that belong to each module?

If you want to find significantly different genes between two conditions I recommend using an algorithm designed for that purpose. The most common is limma.

ADD COMMENT

Login before adding your answer.

Traffic: 1861 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