forked from malnirav/hiAnnotator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
47 lines (32 loc) · 1.07 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
hiAnnotator News
CHANGES IN 1.3.2:
* fixed duplicated featureName column in getSitesInFeature when allSubjectCols
is TRUE.
CHANGES IN 1.3.1:
* replaced plyr with dplyr
CHANGES IN 1.1.1:
* added allSubjectCols & overlapType params to getSitesInFeature
CHANGES IN 0.99.9:
* metadatacol bug fix
CHANGES IN 0.99.8:
* plotdisFeature() obtains a geom parameter.
CHANGES IN 0.99.7:
* Documentation fixes
CHANGES IN 0.99.6:
* Using GRanges::sort in makeGRanges().
CHANGES IN 0.99.5:
* Documentation changes.
CHANGES IN 0.99.4:
NEW FEATURES:
* plotdisFeature(), function to plot distance distribution to
feature boundary.
* Includes sites.ctrl dataset to compliment sites dataset.
CHANGES IN 0.99.3:
NEW FEATURES:
* makeGRanges() inherits total functionality of makeRangedData() and an option
to turn off factor to character conversion.
DEPRECATED AND DEFUNCT:
* Functions resizeRangedData() & makeRangedData() has been removed in favor
of using only GenomicRanges-derived objects.
BUG FIXES:
* Improved seqinfo slot population method in makeGRanges()