Description Usage Arguments Examples
A function to calculate 'score' ratio between two bed dataframes makeRatio merges two supplied bed dataframes, calculates ratio of their "score" values normalises the ratio by the 'score' sums.
1 | makeRatio(bedRep, bedNonRep)
|
bedRep |
Bed dataframe containing read counts from a replicating sample (dataframe). The bed dataframe must contain "chrom","chromStart", "chromEnd" and "score" columns. |
bedNonRep |
Bed dataframe containing read counts from a non-replicating sample (dataframe). The bed dataframe must contain "chrom","chromStart", "chromEnd" and "score" columns. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.