explore/importRootExpressionData/test_createTestMatrix.R

library(RUnit)
source("./createTestMatrix.R")
#----------------------------------------------------------------------------------------------------
runTests <- function()
{
   test_createTestMatrix()

} # runTests
#----------------------------------------------------------------------------------------------------
test_createTestMatrix <- function()
{
   message(sprintf("--- test_createTestMatrix"))

} # test_createTestMatrix
#----------------------------------------------------------------------------------------------------
if(!interactive())
   runTests()
PriceLab/TrenaProjectArabidopsisRoot documentation built on Oct. 30, 2019, 10:42 p.m.