Changes between Version 66 and Version 67 of r
- Timestamp:
- 05/27/11 21:11:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
r
v66 v67 57 57 58 58 Example 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 ==== 59 60 61 Java Heap size needed to reason over GO ontology (more than 20 MB in size) is 512MB. 62 Here 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) 60 71 61 72 === Methods ===