Description Usage Arguments Details See Also
View source: R/coverage-long.R
Merge a design matrix onto a GRanges object
1 | join_design(ranges, design, by = NULL)
|
ranges |
a GRanges object |
design |
a DataFrame object with |
by |
the key column either a character vector of the common columns
between |
To summarise ranges features over variables in the experimental design
,
we can join the design`` matrix to a
ranges' object.
This function computes an inner join on the common key between the two
objects and sorts by the key.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.