Changes between Version 66 and Version 67 of r


Ignore:
Timestamp:
05/27/11 21:11:49 (2 years ago)
Author:
nata_courby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • r

    v66 v67  
    5757 
    5858Example of operations with relationships is available here: [http://www.ontocat.org/browser/trunk/ontoCAT/src/uk/ac/ebi/ontocat/examples/R/Example3.R R Example 3].  
     59==== Java Heap Size ==== 
    5960 
     61Java Heap size needed to reason over GO ontology (more than 20 MB in size) is 512MB.  
     62Here are the instructions how to increase Java Heap Size in '''R''': 
     63 
     64> library(rJava) 
     65> options(java.parameters="-Xmx512") 
     66> .jinit() 
     67#To check the result: 
     68> .jcall(.jnew("java/lang/Runtime"), "J", "maxMemory") 
     69#Now we can load ontoCAT library and load with reasoning GO ontology 
     70>library(ontoCAT) 
    6071 
    6172=== Methods ===