join_design: Merge a design matrix onto a GRanges object

Description Usage Arguments Details See Also

View source: R/coverage-long.R

Description

Merge a design matrix onto a GRanges object

Usage

1
join_design(ranges, design, by = NULL)

Arguments

ranges

a GRanges object

design

a DataFrame object with

by

the key column either a character vector of the common columns between ranges and design or a named character vector (default = NULL).

Details

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.

See Also

dplyr::inner_join()


sa-lee/superintronic documentation built on Feb. 18, 2020, 10:36 a.m.