Description Usage Arguments Details Value
Initial implementation of the combine method for sequencing datasets.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.