... | ... |
@@ -20,6 +20,10 @@ setClass("SummarizedExperiment", |
20 | 20 |
) |
21 | 21 |
) |
22 | 22 |
|
23 |
+ |
|
24 |
+setClassUnion("ExpData", c("matrix", "SummarizedExperiment")) |
|
25 |
+ |
|
26 |
+ |
|
23 | 27 |
### Combine the new "parallel slots" with those of the parent class. Make |
24 | 28 |
### sure to put the new parallel slots **first**. See R/Vector-class.R file |
25 | 29 |
### in the S4Vectors package for what slots should or should not be considered |