Description Usage Arguments Details Value
Redundant code for inheriting grouping wrapped into subsetbyRangeOverlap() or subsetbyGeneListOverlap() functions
1 | inherit_group_function(object, rowGroupsInUse_input, type, separateDuplicated)
|
object |
A profileplyr object |
rowGroupsInUse_input |
the inherited rowGroupsInUse |
type |
Either "GR" for subsetbyRangeOverlap() function or "GL" for subsetbyGeneListOverlap() function |
separateDuplicated |
A logical argument, if TRUE then regions that overlap multiple inputs to 'GRanges' argument will be separated and made into their own group. All possible combinations of region overlaps will be tested, so it is not recommended to have more than 3 groups if this option is TRUE. If FALSE, then regions that overlap each individual 'GRanges' input will be in the output, and if one region overlaps multiple 'GRanges' inputs, then it will be duplicated in the output and will show up in the section for each group. |
tbd
A profileplyr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.