...
|
...
|
@@ -7,6 +7,8 @@
|
7
|
7
|
|
8
|
8
|
setClassUnion("GmapSnps_OR_NULL", c("GmapSnps", "NULL"))
|
9
|
9
|
|
|
10
|
+setClassUnion("integer_OR_NULL", c("integer", "NULL"))
|
|
11
|
+
|
10
|
12
|
setClass("GmapAlignerParam",
|
11
|
13
|
representation(genome = "GmapGenome",
|
12
|
14
|
part = "character_OR_NULL",
|