Browse code

version bump to 1.21.1

ataudt authored on 29/10/2021 07:39:46
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.21.1
2
+-------------------------
3
+
4
+BUG FIXES
5
+
6
+    o Fixed ENSEMBL host for rnorvegicus_gene_ensembl. Using default host now instead of may2012.archive.ensembl.org.
7
+    
8
+    
1 9
 CHANGES IN VERSION 1.14.2
2 10
 -------------------------
3 11
 
Browse code

added bugfix to NEWS

ataudt authored on 23/10/2020 18:04:59
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.14.2
2
+-------------------------
3
+
4
+BUG FIXES
5
+
6
+    o Corrected format check for experiment.table: Spaces are not excepted any longer, because they lead to downstream errors.
7
+
8
+
1 9
 CHANGES IN VERSION 1.14.1
2 10
 -------------------------
3 11
 
Browse code

updated NEWS

ataudt authored on 29/04/2020 22:17:45
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.14.1
2
+-------------------------
3
+
4
+BUG FIXES
5
+
6
+    o Compatibility update: Replaced class() checks with is().
7
+
8
+
1 9
 CHANGES IN VERSION 1.13.1
2 10
 -------------------------
3 11
 
Browse code

version change to 1.13.1

ataudt authored on 18/04/2020 18:28:35
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-CHANGES IN VERSION 1.13.2
1
+CHANGES IN VERSION 1.13.1
2 2
 -------------------------
3 3
 
4 4
 BUG FIXES
Browse code

bugfix fetchExtendenChromInfoFromUCSC -> getChromInfoFromUCSC

ataudt authored on 11/04/2020 18:36:05
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.13.2
2
+-------------------------
3
+
4
+BUG FIXES
5
+
6
+    o Compatibility update: Replaced deprecated fetchExtendedChromInfoFromUCSC() with getChromInfoFromUCSC().
7
+
8
+
1 9
 CHANGES IN VERSION 1.11.1
2 10
 -------------------------
3 11
 
Browse code

bugfix for export empty univariate peaks

ataudt authored on 27/05/2019 08:49:37
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.11.1
2
+-------------------------
3
+
4
+BUGFIXES
5
+
6
+    o Bugfix for error when exporting empty peaks in univariateHMM.
7
+    
8
+    
1 9
 CHANGES IN VERSION 1.9.2
2 10
 ------------------------
3 11
 
Browse code

version bump to 1.9.2

ataudt authored on 18/02/2019 19:15:08
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.9.2
2
+------------------------
3
+
4
+BUGFIXES
5
+
6
+    o Bugfix for error when exporting empty peak lists.
7
+
8
+
1 9
 CHANGES IN VERSION 1.7.2
2 10
 ------------------------
3 11
 
Browse code

bugfixes in version 1.7.2

ataudt authored on 14/07/2018 13:39:28
Showing 1 changed files
... ...
@@ -1,3 +1,13 @@
1
+CHANGES IN VERSION 1.7.2
2
+------------------------
3
+
4
+BUGFIXES
5
+
6
+    o Compatibility fixes for the new release of ggplot2 (3.0.0).
7
+    
8
+    o seqlevels() that are smaller than binsize are dropped properly in fixedWidthBins() and variableWidthBins().
9
+    
10
+    
1 11
 CHANGES IN VERSION 1.5.3
2 12
 ------------------------
3 13
 
Browse code

changePostCutoff works for univariate peak calls without keep.posteriors=TRUE

ataudt authored on 18/04/2018 08:41:49
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.5.3
2
+------------------------
3
+
4
+SIGNIFICANT USER-LEVEL CHANGES
5
+
6
+    o Function 'changePostCutoff()' works on univariate peak calls without posterior needing to be present.
7
+    
8
+    
1 9
 CHANGES IN VERSION 1.5.1
2 10
 ------------------------
3 11
 
Browse code

renamed adjustSensitivity to changeMaxPostCutoff

chakalakka authored on 15/02/2018 10:05:19
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ SIGNIFICANT USER-LEVEL CHANGES
7 7
 
8 8
     o Score in exported BED files is calculated as -10*log10(maxPostInPeak).
9 9
     
10
-    o 'changeFDR()' was renamed to 'adjustSensitivity()'.
10
+    o 'changeFDR()' was renamed to 'changeMaxPostCutoff()'.
11 11
     
12 12
     
13 13
 CHANGES IN VERSION 1.3.1
Browse code

added maxPostInPeak

chakalakka authored on 14/02/2018 09:14:58
Showing 1 changed files
... ...
@@ -3,7 +3,9 @@ CHANGES IN VERSION 1.5.1
3 3
 
4 4
 SIGNIFICANT USER-LEVEL CHANGES
5 5
 
6
-    o Column 'peakScores' is now bounded between 0 and 1000 and approximately uniformly distributed.
6
+    o New column 'maxPostInPeak' containing the maximum posterior within each peak.
7
+
8
+    o Score in exported BED files is calculated as -10*log10(maxPostInPeak).
7 9
     
8 10
     o 'changeFDR()' was renamed to 'adjustSensitivity()'.
9 11
     
Browse code

updated news

chakalakka authored on 31/01/2018 15:27:31
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-CHANGES IN VERSION 1.3.2
1
+CHANGES IN VERSION 1.5.1
2 2
 ------------------------
3 3
 
4 4
 SIGNIFICANT USER-LEVEL CHANGES
Browse code

updated vignette

chakalakka authored on 24/11/2017 15:18:28
Showing 1 changed files
... ...
@@ -3,7 +3,9 @@ CHANGES IN VERSION 1.3.2
3 3
 
4 4
 SIGNIFICANT USER-LEVEL CHANGES
5 5
 
6
-    o Column 'peakScores' is now bounded between 0 and 1000 and uniformly distributed. It is calculated from columns 'posteriorScores'.
6
+    o Column 'peakScores' is now bounded between 0 and 1000 and approximately uniformly distributed.
7
+    
8
+    o 'changeFDR()' was renamed to 'adjustSensitivity()'.
7 9
     
8 10
     
9 11
 CHANGES IN VERSION 1.3.1
Browse code

changed NEWS

chakalakka authored on 19/10/2017 13:34:29
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@ CHANGES IN VERSION 1.3.2
3 3
 
4 4
 SIGNIFICANT USER-LEVEL CHANGES
5 5
 
6
-    o Column 'peakScores' is now bounded between 0 and 1000. It is calculated from columns 'posteriorScores'.
6
+    o Column 'peakScores' is now bounded between 0 and 1000 and uniformly distributed. It is calculated from columns 'posteriorScores'.
7 7
     
8 8
     
9 9
 CHANGES IN VERSION 1.3.1
Browse code

added linearized posteriorScores

chakalakka authored on 20/07/2017 09:26:25
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.3.2
2
+------------------------
3
+
4
+SIGNIFICANT USER-LEVEL CHANGES
5
+
6
+    o Column 'peakScores' is now bounded between 0 and 1000. It is calculated from columns 'posteriorScores'.
7
+    
8
+    
1 9
 CHANGES IN VERSION 1.3.1
2 10
 ------------------------
3 11
 
Browse code

use stepsize counts instead of averaged ones

chakalakka authored on 08/05/2017 07:24:22
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ NEW FEATURES
7 7
     
8 8
 SIGNIFICANT USER-LEVEL CHANGES
9 9
 
10
-    o New default value for Chromstar(..., stepsize = 1/5 * binsize).
10
+    o New default value for Chromstar(..., stepsize = 1/2 * binsize).
11 11
     
12 12
     
13 13
 CHANGES IN VERSION 1.1.4
Browse code

version bump to 1.3.1

chakalakka authored on 05/05/2017 14:51:41
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-CHANGES IN VERSION 1.1.5
1
+CHANGES IN VERSION 1.3.1
2 2
 ------------------------
3 3
 
4 4
 NEW FEATURES
Browse code

implemented sliding bins with stepsize

chakalakka authored on 07/04/2017 17:16:43
Showing 1 changed files
... ...
@@ -1,9 +1,22 @@
1
+CHANGES IN VERSION 1.1.5
2
+------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o New parameter 'stepsize' allows sliding bins. This improves localization of peaks.
7
+    
8
+SIGNIFICANT USER-LEVEL CHANGES
9
+
10
+    o New default value for Chromstar(..., stepsize = 1/5 * binsize).
11
+    
12
+    
1 13
 CHANGES IN VERSION 1.1.4
2 14
 ------------------------
3 15
 
4 16
 BUG FIXES
5 17
 
6 18
     o Fixed a mistake in the calculation of differential scores from version 1.1.2
19
+    
7 20
 
8 21
 CHANGES IN VERSION 1.1.2
9 22
 ------------------------
Browse code

fixed bug in scores

chakalakka authored on 13/02/2017 10:08:45
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-CHANGES IN VERSION 1.1.3
1
+CHANGES IN VERSION 1.1.4
2 2
 ------------------------
3 3
 
4 4
 BUG FIXES
Browse code

fixed mistake in differential scores

chakalakka authored on 06/02/2017 12:26:07
Showing 1 changed files
... ...
@@ -1,3 +1,10 @@
1
+CHANGES IN VERSION 1.1.3
2
+------------------------
3
+
4
+BUG FIXES
5
+
6
+    o Fixed a mistake in the calculation of differential scores from version 1.1.2
7
+
1 8
 CHANGES IN VERSION 1.1.2
2 9
 ------------------------
3 10
 
... ...
@@ -7,7 +14,7 @@ NEW FEATURES
7 14
 
8 15
 BUG FIXES
9 16
 
10
-    o Fixed a bug where chromosomes with a single bin where making problems.
17
+    o Fixed a bug where chromosomes with a single bin were making problems.
11 18
 
12 19
 
13 20
 CHANGES IN VERSION 1.1.1
Browse code

updated NEWS

chakalakka authored on 03/02/2017 13:34:57
Showing 1 changed files
... ...
@@ -5,6 +5,10 @@ NEW FEATURES
5 5
 
6 6
     o Proper print() methods for all objects.
7 7
 
8
+BUG FIXES
9
+
10
+    o Fixed a bug where chromosomes with a single bin where making problems.
11
+
8 12
 
9 13
 CHANGES IN VERSION 1.1.1
10 14
 ------------------------
Browse code

bumped version to 1.1.2

chakalakka authored on 02/02/2017 15:49:02
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.1.2
2
+------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o Proper print() methods for all objects.
7
+
8
+
1 9
 CHANGES IN VERSION 1.1.1
2 10
 ------------------------
3 11
 
Browse code

bugfix in mergeChroms for only one chromosome

chakalakka authored on 19/10/2016 13:03:32
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,26 @@
1
+CHANGES IN VERSION 1.1.1
2
+------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o Selection of peaks can be done with 'changeFDR'.
7
+
8
+    o Peak calls are available in each chromstaR-object as list entry '$peaks'.
9
+
10
+SIGNIFICANT USER-LEVEL CHANGES
11
+
12
+    o 'plotFoldEnrichment' renamed to 'plotEnrichment'.
13
+
14
+    o 'exportBinnedData', 'exportUnivariates', 'exportMultivariates', 'exportCombinedMultivariates' replaced by 'exportCounts', 'exportPeaks', 'exportCombinations'.
15
+
16
+BUG FIXES
17
+
18
+    o Proper computation of fold enrichments, with < 1 indicating depletion and > 1 indicating enrichment.
19
+
20
+DEPRECATED AND DEFUNCT
21
+
22
+    o 'changePostCutoff'.
23
+
24
+    o 'plotFoldEnrichment'.
25
+
26
+    o 'exportBinnedData', 'exportUnivariates', 'exportMultivariates', 'exportCombinedMultivariates'.