Description Usage Arguments Value
Cluster and annotate a fusion end list
1 | clusterFusionEnds(ends, window = 10)
|
ends |
A dataframe of fusion ends, sorted. |
window |
The size of the clustering window, in base pairs. Two fusion ends where the difference in the last sequenced base position is less than this will be merged, e.g. if the positions are 10 and 19, a window of 10 will merge these, a window of 9 will not. |
The data frame of fusion ends, annotated with the cluster they belong to (adding columns clusterId, clusterLow, and clusterHigh).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.