You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/News.rst
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,37 @@
1
1
News and Developments
2
2
=====================
3
3
4
+
Release 3.1
5
+
-----------
6
+
**9 July 2019**
7
+
8
+
- KR correction improvements: It is now able to process larger data sets like GM12878 primary+replicate on 10kb resolution.
9
+
- Adding script for validation of loop locations with protein peak locations
10
+
- Adding script hicCompartmentsPolarization: Rearrange the average interaction frequencies using the first PC values to represent the global compartmentalisation signal
11
+
12
+
13
+
Release 3.0.2
14
+
-------------
15
+
**28 June 2019**
16
+
17
+
- Pinning dependencies to:
18
+
19
+
- hicmatrix version 9: API changes in version 10
20
+
- krbalancing version 0.0.4: API changes in version 0.0.5
21
+
- matplotlib version 3.0: Version 3.1 raises 'Not implemented error' for unknown reasons.
22
+
23
+
- Set fit_nbinom to version 1.1: Version 1.0 Had deprecated function call of scipy > 1.2.
24
+
- Small documentation fixes and improvements.
25
+
26
+
27
+
Release 3.0.1
28
+
-------------
29
+
**5 April 2019**
30
+
31
+
- Fixes KR balancing correction factors
32
+
- Deactivates log.debug
33
+
34
+
4
35
Release 3.0
5
36
-----------
6
37
**3 April 2019**
@@ -13,14 +44,14 @@ Release 3.0
13
44
14
45
15
46
Release 2.2.3
16
-
---------------------
47
+
-------------
17
48
**22 March 2019**
18
49
19
50
- This bug fix release patches an issue with cooler files, hicBuildMatrix and the usage of a restriction sequence file instead of fixed bin size.
20
51
21
52
22
53
Release 2.2.2
23
-
---------------------
54
+
--------------
24
55
**27 February 2019**
25
56
26
57
- This bug fix release removes reference to hicExport that were forgotten to delete in 2.2. Thanks @BioGeek for this contribution.
hicValidateLoops is a tool to compare the detect loops from hicDetectLoops (or from any other software as long as the data format is followed, see below)
12
+
with known peak protein locations to validate if the computed loops do have the expected anchor points. Loops are usually bound by CTCF or Cohesin,
13
+
therefore it is important to know if the detect loops have protein peaks at their X and Y position.
14
+
15
+
.. figure:: ../../images/loops_bonev_cavalli.png
16
+
17
+
Loops in Hi-C, graphic from Bonev & Cavalli, Nature Reviews Genetics 2016
18
+
19
+
20
+
Data format
21
+
===========
22
+
23
+
The data format of hicDetectLoops output is:
24
+
25
+
chr_x start_x end_x chr_y start_y end_y p-value
26
+
27
+
As protein input narrowPeak or broadPeak files are tested. However, as long as the protein data contains in the first three columns the
0 commit comments