check_GRanges_compatibility | R Documentation |
Copmated the seqlevels of two GRanges objects. Returns TRUE/FALSE if the seqlevels are identical/non-identical and reports differences (in printed messages).
check_GRanges_compatibility(gr1, gr2, name1 = "first", name2 = "second")
gr1 |
GRanges object |
gr2 |
GRanges object |
name1 |
name of to describe gr1 (by default: 'first') |
name2 |
name of to describe gr2 (by default: 'second') |
TRUE if seqlevels are identical, otherwise, FALSE
Alon Shaiber
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.