gr.duplicated | R Documentation |
Allows to restrict duplicates using "by" columns and allows in exact matching
gr.duplicated(query, by = NULL, type = "any")
query |
GRanges to query |
by |
string Column 'by' used to restrict duplicates. See the 'by' argument for function gr.match() |
type |
string 'type' used. See the 'type' argument for function gr.match() |
boolean vector of match status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.