OverlapIndices | R Documentation |
Identifies which loci from left
overlap with which
loci from right
.
OverlapIndices( left, right, left_chr_name = "chr", left_start_name = "start", left_end_name = "end", right_chr_name = "chr", right_start_name = "start", right_end_name = "end" )
left |
Data.frame containing the first set of loci. |
right |
Data.frame containing the second set of loci. |
left_chr_name |
Name of column containing chromosome. |
left_start_name |
Name of column containing locus start position. |
left_end_name |
Name of column containing locus end position. |
right_chr_name |
Name of column containing chromosome. |
right_start_name |
Name of column containing locus start position. |
right_end_name |
Name of column containing locus end position. |
Data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.