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