...
|
...
|
@@ -429,6 +429,11 @@ test.query = function ()
|
429
|
429
|
checkEquals (unique (mcols(sox.uniprobe.matrices)$dataSource), 'UniPROBE')
|
430
|
430
|
gene.symbols = sort (unique (mcols(uniprobe.sox.matrices)$geneSymbol))
|
431
|
431
|
|
|
432
|
+ # query on a string (in this case, an oddly named motif) which contains
|
|
433
|
+ # regular expression characters. no solution to this yet.
|
|
434
|
+ # query uses base R's grep, in which
|
|
435
|
+ # x <- query(mdb, "ELK1,4_GABP{A,B1}.p3")
|
|
436
|
+
|
432
|
437
|
} # test.query
|
433
|
438
|
#------------------------------------------------------------------------------------------------------------------------
|
434
|
439
|
test.transformMatrixToMemeRepresentation = function ()
|