Hello I have a problem to select the power to use I 14 sample of different time points I removed the lowely expressed genes and used the log normalized count for only diff expressed genes with is 2065 genes
powers = c(c(1:10), seq(from = 12, to=45, by=2))
sft = pickSoftThreshold(matt, powerVector = powers, verbose = 5, dataIsExpr = T)
I picked power 42 is there anything wrong?