Description Usage Arguments Value Examples
View source: R/dataset_functions.R
This simple convenience function uses
mergeGRangesData
to combine
replicates (e.g. biological replicates) of basepair-resolution GRanges
objects.
1 2 3 4 5 6 7 8 |
... |
Either a list of GRanges objects, or any number of GRanges objects
(see |
field |
The metadata field that contains count information for each
range. |
sample_names |
Optional character vector with which to rename the datasets. This is useful if the sample names do not conform to the "_rep" naming scheme. |
makeBRG, exact_overlaps |
See |
ncores |
The number of cores to use. This function will try to maximize
the use of the |
A list of GRanges objects.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.