Description Usage Arguments Author(s) Examples
View source: R/Moduleconstruction.R
put sample names as rownames in WGCNA module eigenvalue data.frame.
1 |
MEs |
module eigenvalue which is calculated in WGCNA package. |
data |
protein quantification data. column is sample. row is protein ID. |
intensity.type |
quantification data type, which can help extract sample name.
This must be (an abbreviation of) one of the strings " |
rowname |
sample names when " |
Kefu Liu
1 2 3 4 5 | data(net)
data(imputedData)
data <- imputedData
logD <- data$log2_value
MEs <- ME_inf(net$MEs, logD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.