-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
69 lines (41 loc) · 1.77 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
CHANGES IN VERSION 1.18.0
-----------------------
NEW FEATURES
o Expanded toGRanges support. It is now possible to transform coverage
objects (i.e. toGRanges(coverage(A))) into GRanges. It also supports
".assoc" files produced by PLINK.
o overlapPermTest now supports multiple region sets in B and will perform
a multi- permutation test against each one much faster than testing them
independently.
BUG FIXES
o Multiple bug fixes
CHANGES IN VERSION 1.13.2
-----------------------
BUG FIXES
o createRandomRegions ignored the non.overlapping argument. It does work now.
CHANGES IN VERSION 1.13.1
-----------------------
NEW FEATURES
o Revamped toGRanges now accepts genome region descriptions as used by
UCSC and IGV ("chr9:23000-25000"). It also may take a genome parameter
and set the genome information of the GRanges accordingly.
CHANGES IN VERSION 1.9.2
-----------------------
NEW FEATURES
o Simplified the interface of toGRanges for simpler use when manually
creating GRanges. Now toGRanges("chr1", 10, 20) is valid.
BUG FIXES
o Multiple minor bug fixes
CHANGES IN VERSION 1.1.8
-----------------------
NEW FEATURES
o Added new functionality to permTest to use multiple evaluation functions
with a single randomization procedure. This gives a significant speedup
when comparing a single region set with multiple other features
o Created a new function createFunctionsList() that given a function
and a list of values, creates a list of curried functions
(e.g with one parameter preassigned to each of the given values)
PERFORMANCE IMPROVEMENTS
o Complete rewrite of randomizeRegions() resulting in a 10 to 100 fold speedup
BUG FIXES
o Multiple minor bug fixes