ME_inf: module eigengenes information

Description Usage Arguments Author(s) Examples

Description

put sample names as rownames in WGCNA module eigenvalue data.frame.

Usage

1
ME_inf(MEs, data, intensity.type = "LFQ", rowname = NULL)

Arguments

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 "LFQ","intensity","iBAQ","none".

rowname

sample names when "intensity.type" is "none", rowname will be used.

Author(s)

Kefu Liu

Examples

1
2
3
4
5
6
7
rm(list = ls())
library(DDPNA)
data(net)
data(imputedData)
data <- imputedData
logD <- data$log2_value
MEs <- ME_inf(net$MEs, logD)

liukf10/TEST documentation built on May 20, 2019, 12:59 a.m.