WGCNA: many over and under-expressed features in modules of a signed network
0
1
Entering edit mode
@6e08fa75
Last seen 10 months ago
Germany

In a WGCNA analysis of transcriptome and proteome of a white blood cell in development (in 6 stages), I find in most modules (especially the large ones) over, as well as underexpressed features, but I am using a signed network type.

I attach some of the graphs and results below. This is my first time running a WGCNA analysis and it's hard for me to deduct meaning from some of the graphical outputs. Would it be great if you could give me tips to better understand the outputs and explain why I get a mix of over and underexpressed features? A final question would be if it matters if some of the groups are highly similar. (eg: the last 3 stages are highly similar on proteome level). Does this throw off the analysis? Should I unite them into one group?

Data: transcriptome as tpm with vsn normalisation proteome as intensity with vsn normalisation Both data batch effect free

Thank you very much!

Sebastian

# network build
   bwnet_mrn <- blockwiseModules(exp_4wgcna_mrn,
                              maxBlockSize = ncol(exp_4wgcna_mrn),
                              TOMType = 'signed',
                              power = soft_power_mrn,
                              mergeCutHeight = 0.25,
                              numericLabels = T,
                              randomSeed = 3234,
                              verbose = 3)

qc_graphs heatmaps_of_modules_in_transcriptome

WGCNA wgcna_package • 501 views
ADD COMMENT
1
Entering edit mode

answered in Biostars: https://www.biostars.org/p/9564943/

ADD REPLY

Login before adding your answer.

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