Browse code

- added test for sashimiTransformation - bumped version

Robert Ivánek authored on 23/06/2020 11:45:00
Showing 1 changed files
... ...
@@ -1,3 +1,13 @@
1
+CHANGES IN VERSION 1.33.1
2
+-------------------------
3
+NEW FEATURES
4
+
5
+    o score in sashimi plots can be transformed using function specified either in 
6
+      sashimiTransformation or transfromation (latter applied also to coverage)
7
+      
8
+BUG FIXES
9
+    o none 
10
+
1 11
 CHANGES IN VERSION 1.32.0
2 12
 -------------------------
3 13
 NEW FEATURES
Browse code

Added draft of tests for BiomartTracks, bumbed version, added NEWS.

Robert Ivánek authored on 21/04/2020 12:46:46
Showing 1 changed files
... ...
@@ -1,10 +1,11 @@
1
-CHANGES IN VERSION 1.31.10
1
+CHANGES IN VERSION 1.32.0
2 2
 -------------------------
3 3
 NEW FEATURES
4 4
 
5 5
     o Exposed the possibility to specify centromere shape
6 6
     o `AlignmentsTracks` can visualize "indels"
7 7
     o SequenceTrack has new subclass: SequenceRNAStringSetTrack
8
+    o added RNASequenceTrack
8 9
 
9 10
 BUG FIXES
10 11
 
Browse code

Clenaup of code (tab to 4spaces)

Robert Ivánek authored on 19/02/2020 20:27:14
Showing 1 changed files
... ...
@@ -1,3 +1,16 @@
1
+CHANGES IN VERSION 1.31.10
2
+-------------------------
3
+NEW FEATURES
4
+
5
+    o Exposed the possibility to specify centromere shape
6
+    o `AlignmentsTracks` can visualize "indels"
7
+    o SequenceTrack has new subclass: SequenceRNAStringSetTrack
8
+
9
+BUG FIXES
10
+
11
+    o Fixed issue in .buildRange (internal) to correctly build package on windows
12
+    
13
+
1 14
 CHANGES IN VERSION 1.29.1
2 15
 -------------------------
3 16
 NEW FEATURES
Browse code

version bump 1.29.1, to propagate the changes in devel

Robert Ivánek authored on 15/08/2019 09:56:47
Showing 1 changed files
... ...
@@ -1,3 +1,23 @@
1
+CHANGES IN VERSION 1.29.1
2
+-------------------------
3
+NEW FEATURES
4
+
5
+    o Exposed the possibility to specify width and distance for
6
+      feather (arrowBar) in AnnotationTrack class
7
+
8
+BUG FIXES
9
+
10
+    o Fixed issue with `subseq` function for `ReferenceSequenceTrack`
11
+
12
+    o Changed the visualized position of tickmarks, and values in
13
+      `DataTrack` => align all to + 0.5 position, which matches
14
+      the `SequenceTrack` and `AnnotationTrack` visualization
15
+
16
+    o Changed the check for transparency support in currently opened
17
+      device `supportsAlpha`, point moved from center to the left
18
+      bottom corner
19
+
20
+
1 21
 CHANGES IN VERSION 1.28.0
2 22
 -------------------------
3 23
 BUG FIXES
Browse code

added news, reformatted package description

Robert Ivánek authored on 29/04/2019 09:21:09
Showing 1 changed files
... ...
@@ -1,3 +1,11 @@
1
+CHANGES IN VERSION 1.28.0
2
+-------------------------
3
+BUG FIXES
4
+
5
+    o Fixed issue with hg19 genome version and BiomartGeneRegionTrack:
6
+      user needs to provide biomart object pointing to grch37.ensembl.org
7
+    o Fixed IdeogramTrack to use user provided title
8
+
1 9
 CHANGES IN VERSION 1.20.0
2 10
 -------------------------
3 11
 BUG FIXES
Browse code

making the Biomart connections to non-standard genomes a bit more robust

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@124735 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 02/12/2016 13:04:47
Showing 1 changed files
... ...
@@ -1,3 +1,16 @@
1
+CHANGES IN VERSION 1.20.0
2
+-------------------------
3
+BUG FIXES
4
+
5
+    o BiomartGeneRegionTracks can now deal with a featureMap list to provide
6
+      alternative conditional mappings for different Biomarts.
7
+
8
+CHANGES IN VERSION 1.18.0
9
+-------------------------
10
+BUG FIXES
11
+
12
+    o Various bug fixes.
13
+
1 14
 CHANGES IN VERSION 1.16.0
2 15
 -------------------------
3 16
 
Browse code

adjusting news file

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@118388 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 10/06/2016 08:44:00
Showing 1 changed files
... ...
@@ -1,3 +1,12 @@
1
+CHANGES IN VERSION 1.16.0
2
+-------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o AlignmentsTracks will nor use the transformation display
7
+      parameter to adjust the plotting of the coverage.
8
+
9
+
1 10
 CHANGES IN VERSION 1.11.0
2 11
 -------------------------
3 12
 
Browse code

BiomartGeneRegionTracks are now streaming data

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@99132 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 06/02/2015 15:51:43
Showing 1 changed files
... ...
@@ -1,3 +1,33 @@
1
+CHANGES IN VERSION 1.11.0
2
+-------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o BiomartGeneRegionTracks can now be created based on a gene
7
+      symbol, Ensembl trancript id, Ensebml gene id or ENTREZ gene id.
8
+
9
+SIGNIFICANT USER-VISIBLE CHANGES
10
+
11
+    o Streaming behaviour for BiomartGeneRegionTracks. Already queried
12
+      regions are cached, and new data is fetched from Biomart on
13
+      demand.
14
+
15
+    o Proper handling of UCSC genome identifiers in
16
+      BiomartGeneRegionTracks. Automated mapping to Ensembl genome
17
+      versions and Biomart archives.
18
+
19
+BUG FIXES
20
+
21
+    o A number of significant fixes.
22
+
23
+
24
+CHANGES IN VERSION 1.10.0
25
+-------------------------
26
+
27
+BUG FIXES
28
+
29
+    o Various bug fixes.
30
+
1 31
 CHANGES IN VERSION 1.9.0
2 32
 -------------------------
3 33
 
Browse code

adding CustomTracks class

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@90986 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 04/06/2014 12:19:57
Showing 1 changed files
... ...
@@ -1,3 +1,15 @@
1
+CHANGES IN VERSION 1.9.0
2
+-------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o The new CustomTrack class to allow for user-defined plotting functions.
7
+
8
+SIGNIFICANT USER-VISIBLE CHANGES
9
+
10
+    o The collapseTranscripts parameter now offers more control over the type of collapsing.
11
+
12
+
1 13
 CHANGES IN VERSION 1.8.0
2 14
 -------------------------
3 15
 
... ...
@@ -161,7 +173,7 @@ SIGNIFICANT USER-VISIBLE CHANGES
161 173
     o When building GeneRegionTracks from TranscriptDb objects the
162 174
       information about UTRs and coding regions is now retained.
163 175
 
164
-   
176
+
165 177
 BUG FIXES
166 178
 
167 179
     o When zooming into the emty space between two grouped features,
... ...
@@ -174,4 +186,4 @@ BUG FIXES
174 186
     o Numerous other little fixes that mainly aim at improving
175 187
       performance.
176 188
 
177
-  
189
+
Browse code

documentation for the AlignmentsTrack class

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@86360 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 12/02/2014 08:51:18
Showing 1 changed files
... ...
@@ -35,6 +35,9 @@ NEW FEATURES
35 35
       better control the exon and transcript labels in
36 36
       GeneRegionTracks.
37 37
 
38
+    o The new AlignmentsTrack class to visualized aligned NGS reads in
39
+      a BAM file.
40
+
38 41
 BUG FIXES
39 42
 
40 43
     o A number of significant fixes.
Browse code

A large collection of new features and bug fixes. Most prominently, the introduction of the HighlightTrack and OverlayTrack classes, control over the plotting directions, display parameter schemes and a general overhaul of the display parameters framework to allow for alias names

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@85562 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 16/01/2014 08:57:03
Showing 1 changed files
... ...
@@ -1,4 +1,59 @@
1
-CHANGES IN VERSION 1.4.0
1
+CHANGES IN VERSION 1.8.0
2
+-------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o The new HighlightTrack class to add a comon highlighting region
7
+      for multiple tracks.
8
+
9
+    o The new OverlayTrack class to merge the panels of multiple
10
+      tracks into a single panel.
11
+
12
+    o The reverseStrand display parameter lets you plot the data
13
+      relative to the negative strand.
14
+
15
+    o The just.label display parameter adds control to the placement
16
+      of group labls in AnnotationTrack and GeneRegionTrack objects.
17
+
18
+    o The box.legend display parameter to add a box around the legend
19
+      in a DataTrack object.
20
+
21
+    o extend.right and extend.left now also take relative expansion
22
+      factors (as values between -1 and 1).
23
+
24
+    o A new shape type fixedArrow for AnnotationTrack and
25
+      GeneRegionTrack objects, and the arrowHeadWidth and
26
+      arrowHeadMaxWidth parameters to better control the arrow shapes.
27
+
28
+    o Display parameter schemes to persistently modify parameter
29
+      settings.
30
+
31
+    o The new featureAnnotation and groupAnnotation parameters to
32
+      better control the feature and group labels in AnnotationTracks.
33
+
34
+    o The new exonAnnotation and transcriptAnnotation parameters to
35
+      better control the exon and transcript labels in
36
+      GeneRegionTracks.
37
+
38
+BUG FIXES
39
+
40
+    o A number of significant fixes.
41
+
42
+
43
+SIGNIFICANT USER-VISIBLE CHANGES
44
+
45
+    o Some display parameter names have been reworked, but the old
46
+      ones should still work as aliases.
47
+
48
+    o Overplotting in AnnotationTrack and GeneRegionTrack objects has
49
+      been minimized to be able to make better use of alpha
50
+      blending. Also the way composite exons (e.g. part UTR, part CDS)
51
+      are plotted has been changed. Those will now be merged into one
52
+      feature as long as the exon identifier is identical and if they
53
+      can be reduced into a single range wit min.gapwidth=1.
54
+
55
+
56
+CHANGES IN VERSION 1.6.0
2 57
 -------------------------
3 58
 
4 59
 NEW FEATURES
Browse code

New horizon plot type and a number of adjustments to keep up with the recent Bioconductor core developments

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@80543 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 18/09/2013 11:36:31
Showing 1 changed files
... ...
@@ -1,6 +1,20 @@
1 1
 CHANGES IN VERSION 1.4.0
2 2
 -------------------------
3 3
 
4
+NEW FEATURES
5
+
6
+    o The DataTrack class now comes with a new horizon plot type
7
+      thanks to input from Ge Tan.
8
+
9
+SIGNIFICANT USER-VISIBLE CHANGES
10
+
11
+    o isActiveSeq and isActiveSeq<- are deprecated in GenomicFeatures
12
+      and their methods have been removed from Gviz.
13
+
14
+
15
+CHANGES IN VERSION 1.4.0
16
+-------------------------
17
+
4 18
 NEW FEATURES
5 19
 
6 20
     o BiomartGeneRegionTracks will now make use of the available CDS
Browse code

bug fixes for IdeogramTrack, sample names for heatmap plots and improvements of the genome axis

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@74213 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 12/03/2013 09:10:26
Showing 1 changed files
... ...
@@ -23,7 +23,31 @@ NEW FEATURES
23 23
       the mapping of numeric values in the false color range. Thanks
24 24
       to Mark Heron for his code contribution.
25 25
 
26
+    o Sample names can now be shown in heatmap-type plots by setting
27
+      the 'showSampleNames' display parameter.
26 28
 
29
+SIGNIFICANT USER-VISIBLE CHANGES
30
+
31
+    o Complete refactoring of the automatic font size adjustments to
32
+      provide more reasonable defaults.
33
+
34
+    o Tick labels on the genomic axis are now show in between tick
35
+      marks when zoomed in to single nucleotide level.
36
+
37
+BUG FIXES
38
+
39
+    o Fixed a bug in IdeogramTracks where all bands in the rounded
40
+      caps at the edges of the Ideogram were missing.
41
+
42
+    o The way genomic ranges are plotted is now according to the Lego
43
+      block model suggested by Herve. This is only relevant when zooming
44
+      in to the level of single nucleotides.
45
+
46
+    o Tick labels on the genome axis show only significant digits now.
47
+
48
+    o Sample ordering in heatmap plots is now correct.
49
+
50
+    o Numerous little fixes.
27 51
 
28 52
 CHANGES IN VERSION 1.2.0
29 53
 -------------------------
Browse code

A smarter error message when no cytoband info is available at UCSC

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@73562 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 15/02/2013 20:16:57
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-CHANGES IN VERSION 1.3.2
1
+CHANGES IN VERSION 1.4.0
2 2
 -------------------------
3 3
 
4 4
 NEW FEATURES
... ...
@@ -16,7 +16,12 @@ NEW FEATURES
16 16
       data is fetched dynamically upon each plotting operation.
17 17
 
18 18
     o The mart object in BiomartGeneRegionTrack objects is now cached
19
-      in order to speed up subsequent queries to the same mart.  
19
+      in order to speed up subsequent queries to the same mart.
20
+
21
+    o When plotting DataTracks with type 'gradient' or 'heatmap', a
22
+      color scale is plotted next to the regular y-axis to indicate
23
+      the mapping of numeric values in the false color range. Thanks
24
+      to Mark Heron for his code contribution.
20 25
 
21 26
 
22 27
 
Browse code

adding support for standard data files as inputs to the constructors as well as streaming data from files by means of the ReferenceTrack class

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@72044 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 19/12/2012 17:01:39
Showing 1 changed files
... ...
@@ -4,7 +4,19 @@ CHANGES IN VERSION 1.3.2
4 4
 NEW FEATURES
5 5
 
6 6
     o BiomartGeneRegionTracks will now make use of the available CDS
7
-    information in Ensembl.
7
+      information in Ensembl.
8
+
9
+    o The constructors to the AnnotationTrack, GeneRegionTrack,
10
+      DataTrack and SequenceTrack classes now accept a character
11
+      scalar that points to a file on the file system. A number of
12
+      default parser functions have been implemented to read the
13
+      standard file types. Alternatively, a user-defined import
14
+      function can be provided. This feature also supports streaming
15
+      from indexed file types like BAM or bigWig, in which case the
16
+      data is fetched dynamically upon each plotting operation.
17
+
18
+    o The mart object in BiomartGeneRegionTrack objects is now cached
19
+      in order to speed up subsequent queries to the same mart.  
8 20
 
9 21
 
10 22
 
... ...
@@ -26,7 +38,6 @@ NEW FEATURES
26 38
       to TRUE, the lowest items are moved to the top of the stack, and
27 39
       vice versa.
28 40
 
29
-
30 41
 SIGNIFICANT USER-VISIBLE CHANGES
31 42
 
32 43
     o Updated the show methods for most tracks to give more meaningful
... ...
@@ -46,10 +57,10 @@ SIGNIFICANT USER-VISIBLE CHANGES
46 57
     o Exporting drawGD from the name space now to allow for
47 58
       sub-classing of GdObjects in other packages.
48 59
 
49
-    o When building GeneRegionTracks from TrasncriptDb objects, the
60
+    o When building GeneRegionTracks from TranscriptDb objects the
50 61
       information about UTRs and coding regions is now retained.
51 62
 
52
-
63
+   
53 64
 BUG FIXES
54 65
 
55 66
     o When zooming into the emty space between two grouped features,
Browse code

Using CDS information from Biomart now for BiomartGeneRegionTracks

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@71721 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 07/12/2012 11:21:02
Showing 1 changed files
... ...
@@ -1,3 +1,13 @@
1
+CHANGES IN VERSION 1.3.2
2
+-------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o BiomartGeneRegionTracks will now make use of the available CDS
7
+    information in Ensembl.
8
+
9
+
10
+
1 11
 CHANGES IN VERSION 1.2.0
2 12
 -------------------------
3 13
 
Browse code

adding reverseStacking parameter to reverse the horizontal ordering of stacked items

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@69403 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 13/09/2012 08:25:34
Showing 1 changed files
... ...
@@ -11,7 +11,11 @@ NEW FEATURES
11 11
       by means of the feature property in combination with the
12 12
       thinBoxFeature display parameter.
13 13
 
14
-   
14
+    o StackedTracks now have a new display parameter 'reverseStacking'
15
+      which reverts the horizontal ordering of stacked items. If set
16
+      to TRUE, the lowest items are moved to the top of the stack, and
17
+      vice versa.
18
+
15 19
 
16 20
 SIGNIFICANT USER-VISIBLE CHANGES
17 21
 
Browse code

adding a NEWS file

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@69039 bc3139a8-67e5-0310-9ffc-ced21a209358

Florian Hahne authored on 04/09/2012 08:14:44
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,51 @@
1
+CHANGES IN VERSION 1.2.0
2
+-------------------------
3
+
4
+NEW FEATURES
5
+
6
+    o A SequenceTrack class has been added to draw genomic sequence
7
+      information on a Gviz plot. Possible inputs for the track are
8
+      DNAStringSet objects or directly from BSgenome packages.
9
+
10
+    o GeneRegionTracks can now deal with coding and non-coding regions
11
+      by means of the feature property in combination with the
12
+      thinBoxFeature display parameter.
13
+
14
+   
15
+
16
+SIGNIFICANT USER-VISIBLE CHANGES
17
+
18
+    o Updated the show methods for most tracks to give more meaningful
19
+      and more compact information about the track's
20
+      content. Availablability of data on other chromosomes than the
21
+      currently active one should now be indicated.
22
+
23
+    o IdeogramTracks can now be constructed from a cytoband table via
24
+      the new bands argument in the constructor.
25
+
26
+    o AnnotationTrack objects now by default draw connecting lines in
27
+      a light gray color. This feature can be controlled via the
28
+      col.line display parameter.
29
+
30
+    o Sliding window summarization can now deal with NA values.
31
+
32
+    o Exporting drawGD from the name space now to allow for
33
+      sub-classing of GdObjects in other packages.
34
+
35
+    o When building GeneRegionTracks from TrasncriptDb objects, the
36
+      information about UTRs and coding regions is now retained.
37
+
38
+
39
+BUG FIXES
40
+
41
+    o When zooming into the emty space between two grouped features,
42
+      the connecting line will now be plotted for all classes inheriting
43
+      from AnnotationTrack.
44
+
45
+    o An error in calculating ylims when drawing AlignedReadTracks has
46
+      been fixed.
47
+
48
+    o Numerous other little fixes that mainly aim at improving
49
+      performance.
50
+
51
+