I am trying to do the following that does not work:..
> addCyEdge (cwB, '71950', '13392', 'inhibition', directed = TRUE)
> redraw (cwB)
> listEdges(cwB@graph)['71950:13392']
$<NA>
NULL
>
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] limma_3.12.0 RCytoscape_1.6.3 XMLRPC_0.2-4
[4] org.Mm.eg.db_2.7.1 RSQLite_0.11.1 DBI_0.2-5
[7] AnnotationDbi_1.18.0 Biobase_2.16.0 BiocGenerics_0.2.0
[10] graph_1.34.0 BiocInstaller_1.4.4
loaded via a namespace (and not attached):
[1] IRanges_1.14.2 RCurl_1.91-1 stats4_2.15.0 tools_2.15.0 XML_3.9-4
>