Browse code

mostly changes to twosamplecompare

Poell authored on 28/01/2021 12:01:22
Showing 1 changed files
... ...
@@ -1,8 +1,16 @@
1
+Changes in version 1.9.3 (2021-01-28)
2
+-------------------------------------
3
+
4
+o Now defaulting to exclude sex chromosomes from model fitting
5
+o Also included sgc argument in twosamplecompare
6
+o Data frame output of ACEcall and twosamplecompare are now restricted to selected chromosomes
7
+
8
+
1 9
 Changes in version 1.9.1 (2021-01-15)
2 10
 -------------------------------------
3 11
 
4 12
 o accommodating fitting of chromosomes with only a single germline copy (e.g. X and Y in males)
5
-o added the option the specify which cellularities to include in squaremodel
13
+o added the option to specify which cellularities to include in squaremodel
6 14
 o option to save readCounts-object in runACE
7 15
 
8 16
 
Browse code

Further accommodate sex chromosomes

Poell authored on 15/01/2021 16:16:34
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+Changes in version 1.9.1 (2021-01-15)
2
+-------------------------------------
3
+
4
+o accommodating fitting of chromosomes with only a single germline copy (e.g. X and Y in males)
5
+o added the option the specify which cellularities to include in squaremodel
6
+o option to save readCounts-object in runACE
7
+
8
+
1 9
 Changes in version 1.5.2 (2020-04-14)
2 10
 -------------------------------------
3 11
 
Browse code

updated e-mail address

Poell authored on 14/04/2020 09:03:34
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 1.5.2 (2020-04-14)
2
+-------------------------------------
3
+
4
+o updated maintainer e-mail address
5
+
6
+
1 7
 Changes in version 1.5.1 (2020-01-14)
2 8
 -------------------------------------
3 9
 
Browse code

fixed bug in getadjustedsegments

jpoell authored on 14/01/2020 10:51:37
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 1.5.1 (2020-01-14)
2
+-------------------------------------
3
+
4
+o fixed a bug in getadjustedsegments that joined adjacent chromosomes with same segment values
5
+
6
+
1 7
 Changes in version 1.1.2 (2019-04-23)
2 8
 -------------------------------------
3 9
 
Browse code

added citation information and fixed minor bug

jpoell authored on 23/04/2019 14:13:37
Showing 1 changed files
... ...
@@ -1,3 +1,10 @@
1
+Changes in version 1.1.2 (2019-04-23)
2
+-------------------------------------
3
+
4
+o added citation information!
5
+o fixed bug in getadjustedsegments and twosamplecompare with non-matching NAs
6
+
7
+
1 8
 Changes in version 1.1.1 (2018-11-13)
2 9
 -------------------------------------
3 10
 
Browse code

forcesegmentsontemplate added

jpoell authored on 13/11/2018 13:09:21
Showing 1 changed files
... ...
@@ -1,7 +1,9 @@
1
-Changes in version 0.99.8 (2018-09-06)
1
+Changes in version 1.1.1 (2018-11-13)
2 2
 -------------------------------------
3 3
 
4
-o bugfix in squaremodelsummary: remove standard in singleplot call
4
+o added forcesegmentsontemplate function
5
+o speed boost by small coding change in model fitting
6
+o added argument in loopsquaremodel to make returning the models optional and flexible (see documentation)
5 7
 
6 8
 
7 9
 Changes in version 0.99.6 (2018-07-26)
Browse code

bug fix squaremodelsummary

jpoell authored on 06/09/2018 10:28:22
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 0.99.8 (2018-09-06)
2
+-------------------------------------
3
+
4
+o bugfix in squaremodelsummary: remove standard in singleplot call
5
+
6
+
1 7
 Changes in version 0.99.6 (2018-07-26)
2 8
 -------------------------------------
3 9
 
Browse code

bug fix linkvariants

jpoell authored on 26/07/2018 10:30:57
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+Changes in version 0.99.6 (2018-07-26)
2
+-------------------------------------
3
+
4
+o bugfix in linkvariants: no default freqindex
5
+
6
+
1 7
 Changes in version 0.99.4 (2018-06-26)
2 8
 -------------------------------------
3 9
 
Browse code

push version 0.99.4

jpoell authored on 28/06/2018 11:20:02
Showing 1 changed files
... ...
@@ -1,3 +1,17 @@
1
+Changes in version 0.99.4 (2018-06-26)
2
+-------------------------------------
3
+
4
+IMPROVEMENTS
5
+
6
+    o changed linkmutationdata to linkvariants
7
+	o linkvariants can estimate copies of heterozygous germline variants
8
+	o linkvariants calculates the upper and lower bound of a given confidence level when read depth is given
9
+	o changed postanalysisloop to accommodate linkvariants
10
+	o added argument in runACE to specify genome build
11
+	o several minor documentation amendments
12
+	o improved coding robustness using seq and seq_along functions
13
+
14
+
1 15
 Changes in version 0.99.0 (2018-05-24)
2 16
 -------------------------------------
3 17
 
Browse code

pass checks

jpoell authored on 23/05/2018 15:03:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+Changes in version 0.99.0 (2018-05-24)
2
+-------------------------------------
3
+
4
+SUBMISSION
5
+
6
+    o initial submission to Bioconductor