CalcOverlapStats | R Documentation |
Calculates overlap statistics comparing loci on the left
with loci on
the right
. Note this function is asymmetric;
CalcOverlapStats(left, right)
will generally differ from
CalcOverlapStats(right, left)
.
CalcOverlapStats( 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.