rnb.combine.seq {RnBeads} | R Documentation |
Initial implementation of the combine method for sequencing datasets.
rnb.combine.seq(x, y, type = "common")
x |
An object of type |
y |
Another object of type |
type |
A character representing the type of combination. Needs to be one of |
The type parameters determines the mode of combination:
"common"
The intersection between the sites present in the two
datasets is used for the new dataset.
"all.x"
All sites present in x are used.
"all.y"
All sites present in y are used.
"all"
The union between the sites of both datasets is used.
An RnBiseqSet-class
object with combined information