#define

  • How to Calculate Intersection, Union, Difference of Intervals

    We often need to calculate the intersection, union, or difference of intervals while we deal with the gff file. Here are several situations and code implementations. Intersection You have two or more intervals and you want to find the intersection of them. def intervalIntersection(*intervals): """ interval1: (a, b) interval2: (c,...

  • A sample page

    Text can be bold, italic, strikethrough or keyword. Link to another page. There should be whitespace between paragraphs. There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. Header 1 This is a normal paragraph following a header. GitHub is a...