Package ubic.basecode.util.r
Class RServeClientTest
- java.lang.Object
-
- ubic.basecode.util.r.AbstractRClientTest
-
- ubic.basecode.util.r.RServeClientTest
-
public class RServeClientTest extends AbstractRClientTest
For this test to work, you need to have Rserve running on the default port (6311).- Author:
- pavlidis
-
-
Field Summary
-
Fields inherited from class ubic.basecode.util.r.AbstractRClientTest
log
-
-
Constructor Summary
Constructors Constructor Description RServeClientTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckRserve()protected AbstractRClientcreateRClient()-
Methods inherited from class ubic.basecode.util.r.AbstractRClientTest
setUp, tearDown, testAnovaA, testAnovaB, testAnovaC, testAnovaD, testAnovaE, testAnovaF, testAssignAndRetrieveMatrix, testAssignAndRetrieveMatrixB, testAssignAndRetrieveMatrixC, testAssignAndRetrieveMatrixD, testAssignStringList, testDataFrameA, testDoubleArrayTwoDoubleArrayEval, testDoubleTwoDoubleArrayEval, testExec, testExecDoubleArray, testExecError, testFactorAssign, testFindExecutable, testLimmaA, testLinearModelA, testLinearModelB, testLinearModelC, testLinearModelD, testListEvalA, testListEvalB, testLoadLibrary, testLoadScript, testStringListEval, testStringListEvalB, testTTest, testTTestFail
-
-
-
-
Method Detail
-
checkRserve
public static void checkRserve()
-
createRClient
protected AbstractRClient createRClient()
- Specified by:
createRClientin classAbstractRClientTest
-
-