# S4 method for DsATAC
join(.object, objectB, joinRegionTypes = "union")
Arguments
- .object
DsATAC
object
- objectB
DsATAC
object
- combineRegionTypes
how to combine region types:
'union' (default): the resulting object will have counts aggregated over region types
from both objects. 'intersect': only region types present in both objects will occur
in the output
Value
a new DsATAC
object combining both input objects.
It contains untransformed counts.