-
Notifications
You must be signed in to change notification settings - Fork 24
/
NEWS
88 lines (46 loc) · 2.14 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
CHANGES IN VERSION 1.19.1
-------------------------
NEW FEATURES
o autoplot method supports now EnsDb objects and related filter objects.
CHANGES IN VERSION 1.5.16
------------------------
NEW FEATURES
o ggplot generic method added.
o mold generic method added for molding object to data.frame.
o support ggplot(data) + stat_* style, original data being kept.
o tracks function updated, API is enhenced, utilities could control attributes
of plots and trakcs.
o autoplot now support: VCF, SummarizedExperiments, matrix, where when genomic position is
provided, options to visualize a heatmap sitting on the genomic position.
o theme could define track based themes.
o ideogram: support + xlim method, when embeded with tracks, automatically update zoomed region.
o pheno.plot added to SuumarizedExperiemnts and ExpressionSet.
SIGNIFICANT USER-LEVEL CHANGES
o align.plots is deprecated, alignPlots created
Notes
o updated website for ggbio:
http://tengfei.github.com/ggbio
manuals and vignettes and paper added
CHANGES IN VERSION 1.1.8
------------------------
NEW FEATURES
o create lower level API and rewrite higher level API
o new geom: geom_alignment, geom_chevron, geom_arch, geom_arrow,
geom_arrowrect
o redefined geom: geom_rect, geom_segment
o new stat: stat_aggregate, stat_coverage, stat_mismatch, stat_gene, stat_table,
stat_stepping
o redefined stat: stat_identity
o new layout: layout_circle, layout_karyogram
o tracks function are more smart and with more accessors.
o themes provided.
o More supported object for autoplot: VCF, ExpressionSet, GenomicRangesList.
SIGNIFICANT USER-LEVEL CHANGES
o qplot changed to generic autoplot function.
o argument use only "facets", no alias "facet_gr" or "facet" accepted.
o plotMismatchSum will be replaced by stat_mismatch, or autoplot, BamFile.
Notes
o new website for ggbio:
http://tengfei.github.com/ggbio
hosting docs, tutorials and case study
o pdf version vignette will not longer supported or just provide a short form.