General:
| Tools | Description |
|---|---|
| flank | Create new intervals from the flanks of existing intervals. |
| slop | Adjust the size of intervals. |
| shift | Adjust the position of intervals. |
| subtract | Remove intervals based on overlaps b/w two files. |
| define(function(){ | |
| "use strict"; | |
| var Jupyter = require('base/js/namespace'); | |
| var norm = function(initial){ | |
| return initial | |
| .replace('open parentheses','( ') | |
| .replace('open parenthesis','(') | |
| .replace('open bracket','(') |