Description Usage Arguments Author(s) Examples
module and protein information match
1 | Module_inf(net, inf, inftype = "Convert", IDname = NULL, ...)
|
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. |
Kefu Liu
1 2 3 4 5 6 | rm(list = ls())
library(DDPNA)
data(net)
data(imputedData)
data <- imputedData
Module <- Module_inf(net, data$inf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.