Skip to content

Releases: YaqiangCao/cLoops

cLoops v0.93a

03 May 16:58
905d3dc
Compare
Choose a tag to compare

Just small updates like the first command line in example/run.sh to keep updates.

cLoops v0.93

11 Mar 01:51
Compare
Choose a tag to compare
  1. updated DBSCAN algorithm as CHEN Zhaoxiong's version, much faster for clustering, nearly 1/2 time saved compared to old DBSCAN version.
  2. updated method for visiting PETs, now using CHEN Zhaoxiong's method of binary search, much faster.
  3. new DBSCAN algorithm designed by us called blockDBSCAN is uploaded and under intense fine-tune for cLoops.

Happy loop-calling.

cLoops v0.92

11 Oct 00:38
Compare
Choose a tag to compare

Some small updates as following:

  1. Optimized combining clustering results, much faster
  2. -max_cut option added to use the maximal estimated self-ligation and inter-ligation distance cutoff when multiple eps or minPts feed to cLoops. This option works well for Trac-looping data.

cLoops v0.91

24 May 04:02
Compare
Choose a tag to compare
  1. Initial version of callStripes added, which can call stripes (defined in The Energetics and Physiological Impact of Cohesin Extrusion ). We tested it using K562 H3K27ac HiChIP data, not fully tested in deep-sequenced Hi-C data.

cLoops v0.9

09 Apr 08:11
Compare
Choose a tag to compare
  1. Pre-set parameters for our tested ChIA-PET, Hi-C and HiChIP data, with the parameter -m (--mode) to set, -m 0 accepts user settings; -m 1 for sharp peak like ChIA-PET data; -m 2 for broad peak like ChIA-PET data; -m 3 for deep sequenced Hi-C (~200 million cis PETs); -m 4 for HiChIP (~100 million cis PETs);
  2. Multiple minPts options added;
  3. Fixed bug of merging overlapped loops;
  4. The generation of self-ligation and inter-ligation PETs distance distribution plot can be determine by user using -plot option;
  5. Turn off deLoops for further development;
  6. Roll back cDBSCAN for Yaqiang Cao's version, Zhaoxiong Chen's version is under further improvement;
  7. fixed several small bugs
  8. for old option like -j 1, now set -j is OK.

cLoops v0.6

04 Feb 02:16
Compare
Choose a tag to compare
  1. New cDBSCAN by CHEN Zhaoxiong, much faster for HiChIP and Hi-C data.
  2. New query method for genomic regions by CAO Yaqiang, much faster and less memory usage for second step loops' significance estimation.

cLoops v0.5

20 Nov 09:26
Compare
Choose a tag to compare

This is version for our original paper.