powered by
put sample names as rownames in WGCNA module eigenvalue data.frame.
ME_inf(MEs, data, intensity.type = "LFQ", rowname = NULL)
module eigenvalue which is calculated in WGCNA package.
protein quantification data. column is sample. row is protein ID.
quantification data type, which can help extract sample name. This must be (an abbreviation of) one of the strings "LFQ","intensity","iBAQ","none".
LFQ
intensity
iBAQ
none
sample names when "intensity.type" is "none", rowname will be used.
intensity.type
Kefu Liu
data(net) data(imputedData) data <- imputedData logD <- data$log2_value MEs <- ME_inf(net$MEs, logD)
Run the code above in your browser using DataLab