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 " |
IDname |
IDname is " |
... |
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]