Browse code

Revert unintentional change introduced at commit 449ce75

Hervé Pagès authored on 27/04/2025 22:40:43
Showing 2 changed files

... ...
@@ -21,7 +21,7 @@ import(DelayedArray)
21 21
 exportClasses(
22 22
     Assays, SimpleAssays, ShallowData, ShallowSimpleListAssays,
23 23
     Assays_OR_NULL,
24
-    SummarizedExperiment, ExpData,
24
+    SummarizedExperiment,
25 25
     RangedSummarizedExperiment
26 26
 )
27 27
 
... ...
@@ -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