Description Usage Arguments See Also Examples
Plots a heatmap where width and height of each element reflect respective sizes of input FGS and AGS.
1  | 
List1 | 
 AGS or FGS object that lists members of each individual AGS/FGS.  | 
List2 | 
 FGS or AGS object that lists members of each individual FGS/AGS.  | 
Z | 
 matrix (output of   | 
Log | 
 If   | 
1 2 3 4 5 6 7 8 9  | ags.list <- samples2ags(fantom5.43samples, Ntop=20, method="topnorm")
data(can.sig.go)
fpath <- can.sig.go
fgs.list <- import.gs(fpath)
data(net.kegg)
netpath <- net.kegg
net <- import.net(netpath)
n1 <- nea.render(AGS=ags.list, FGS=fgs.list, NET=net, graph=TRUE)
set.heat(ags.list, fgs.list, n1$z, Log=FALSE)
 | 
[1] "Network of 42491 edges between 4064 nodes..."
[1] "Preparing input datasets:"
[1] "Network: 4064 genes/proteins."
[1] "FGS: 1293 genes in 34 groups."
[1] "AGS: 854 genes in 43 groups..."
[1] "Calculating N links expected by chance..."
[1] "Rendering integer IDs..."
   user  system elapsed 
  0.463   0.012   0.476 
[1] "Counting actual links..."
   user  system elapsed 
  0.052   0.000   0.051 
[1] "Calculating statistics..."
[1] "Done."
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.