-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Thank you so much for this wonderful package, the tutorials have been a massive help, but I have a question as I have never done hdWGCNA or even WGCNA analysis before.
Sorry if this is a silly question but I am not 100% on what the output of the DME is telling me? If I run DME as so:
DMEs <- FindDMEs(
hdwgcna_obj,
barcodes1 = group1,
barcodes2 = group2,
test.use='wilcox',
wgcna_name='hdwgcna'
)
Does a positive log2FC reflect greater expression of the genes in the module in group1 or a greater connectivity/stronger co-regulation of the genes in group1?
I have performed the hdWGCNA using control cells in my dataset and identified 12 modules. Most of the modules seem to just reflect cell-type specific expression networks (i.e. microglia, astrocytes) (this is probably because the metacells were generated by bulking all cells from each donor, not just one specific cell type?). I wanted to see if there were differences in the modules between the control cells I used to find the modules and cells from Alzheimer's donors. I set group1 to AD cells and group2 to control cells. Now I am uncertain how to interpret the results.
Thank you for any advice.