Description Usage Arguments Value Examples
plot msea result with network
1 2 |
x |
A msea result |
mset |
A list of metabolite-sets |
shared.metabolite |
The number of shared metabolites |
show.limit |
The number of metabolite-sets to plot |
sendto |
The target of the network visualization |
plot
1 2 3 4 5 6 7 8 | library(MSEApdata)
data(kusano)
data(mset_SMPDB_format_KEGG)
res <- msea(mset_SMPDB_format_KEGG, kusano)
netplot(res, mset_SMPDB_format_KEGG, shared.metabolite = 20)
# You can also send the network to Cytoscape with RCy3
# netplot(res, mset_SMPDB_format_KEGG,
# shared.metabolite = 20, sendto = 'cy')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.