savelocalM | R Documentation |
save and plot module for the method local result in the function runmodule
savelocalM(res.list_local)
res.list_local |
the methd local result |
the plot and the format XGMML of the each module, filenames is the seed node
## Not run: data("dataN") gene2weight <- combinp(dataN[,c("type","logFC","PValue")]) interac <- interStringency(type = "transcription", spec ="hg", stringency = "strict") interac <- interac[,c("node_gene_ID","type","target_gene_ID")] res.list_local <- runmodule(network = interac, gene2weight, method = "local",maxsize=15, seletN = "MIMAT0000461") savelocalM(res.list_local) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.