iSeg: Fast and accurate segmentation method for genomic and epigenomic data
Data Input
Enter the data as a file. A tab-limited TSV file, without quotes is the required format. The program is capable of reading in any C++ accessible input file. The following requirements must be satisfied for successful execution of the program.
The file must contain four columns.
The first column is the chromosome identifier. This is a string data type.
The second and third columns correspond to the start and end locations of the chromosome. These are numeric data types (integer or double).
The intensity of the signal (profile) must be in the fourth column. This is a numeric data type (double).
Test the tool using example file preloaded to our system