Module_inf {DDPNA}R Documentation

Module and protein information.

Description

module and protein information match

Usage

Module_inf(net, inf, inftype = "Convert", IDname = NULL, ...)

Arguments

net

module network which is calculated in WGCNA package.

inf

proteome quantification data information which contains protein IDs.

inftype

data information type. This must be (an abbreviation of) one of the strings "Convert","MaxQ","none". "Convert" means protein ID is converted by MaxquantDataconvert function. "MaxQ" means original Maxquant software quantification data information.

IDname

IDname is "inf" column names which will extract.

...

other argument.

Author(s)

Kefu Liu

Examples

data(net)
data(imputedData)
data <- imputedData
Module <- Module_inf(net, data$inf)

[Package DDPNA version 0.3.3 Index]