Description Usage Arguments Value Examples
Returns the graph that has been used for analysis using network diffusion.
1 2 3 4 |
obj |
the object for which you want to extract the underlying graph |
returns a igraph
object
1 2 3 4 5 6 7 8 | data(rnaiscreen)
ft <- hm(rnaiscreen)
gr <- readRDS(system.file(
"extdata", "graph_small.rds", package = "perturbatr"))
diffu <- diffuse(ft, gr, r=1)
graph(diffu)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.