GenomeGraphs
Bumped pkg versions for BioC 2.5 devel line.
Bumped pkg versions for BioC 2.4 release.
[/GenomeGraphs]
permanent link
GenomeGraphs
Forgot to add the Overlay.R file :)
[/GenomeGraphs]
permanent link
GenomeGraphs
Fixed attribute names to work with Ensembl 50
[/GenomeGraphs]
permanent link
GenomeGraphs
Slight change for clearer documentation on arguments of gdPlot
Bumped version number to 0.99.1 so the package can be included in the upcoming Bioc release
This adds package GenomeGraphs to bioconductor.
[/GenomeGraphs]
permanent link
GenomeGraphs
minor fixes
Added a number of help pages for the new helper functions
[/GenomeGraphs]
permanent link
GenomeGraphs
Forgot to add the Overlay.R file :)
According to a number of patches from Elizabeth Purdom (many thanks!) The following changes have been made:
*.) drawOverlay : changed added to Overlay.R -- modified code to be TextOverlay, RectangleOverlay. Additional refactoring should occur where we remove arguments/member-variables from TextOverlay which are irrelevant. Added helper functions of the form:
to <- makeTextOverlay(text = "Some Text!", xpos = .5, ypos = .5, coords = "absolute")
*.) Added the TextOverlay class.
*.) Added fill, and color arguments to the RectangleOverlay to support the coloring of the rectangle lines and the innards separately.
*.) Added showDisplayOptions, which either takes an object, or a character string and prints out the DisplayPars that the object expects.
*.) Added method drawGD for Segmentation class
*.) .drawSegments now can do vectorized coloring and different lwd for elements of the Segmentation list.
*.) Added convenience function segmentation to construct segmentation objects more readily -- this tries to make that clunky list format less of a pain.
*.) Made a number of tweaks for better displaying the legend. Added convenience function for making legends
*.) fixed a display bug in Transcript
*.) added labelRot, labelColor, and labelCex for the gdPlot function.
[/GenomeGraphs]
permanent link
GenomeGraphs
Added NEWS file as well as added a small plotting type change to BaseTrack.
[/GenomeGraphs]
permanent link
GenomeGraphs
Update to work with biomaRt >= 1.99.0
[/GenomeGraphs]
permanent link
GenomeGraphs
Some reasonably large changes which will probably mess up R CMD CHECK, but need to get these in here at some point. They include a new object which should replace the various forms of annotation plotting.
[/GenomeGraphs]
permanent link
GenomeGraphs
Small bugfix for the retention of dimensions on the intensity matrix, thanks to Elizabeth Purdom.
[/GenomeGraphs]
permanent link
GenomeGraphs
fix in man page to remove warning of CMD check
[/GenomeGraphs]
permanent link
GenomeGraphs
Temporary fix for biotype problem
[/GenomeGraphs]
permanent link
GenomeGraphs
Added Rd files for makeTranscript, makeGene and makeGeneRegion
[/GenomeGraphs]
permanent link
GenomeGraphs
A small change to the NAMESPACE, and a fix to some of the Annotation stuff
[/GenomeGraphs]
permanent link
GenomeGraphs
Commiting a small number of changes: made the drawGD method public, allowed for the biomart member variable of a GeneRegion to be NULL - this change is to allow for the introduction of a annotationSource object.
[/GenomeGraphs]
permanent link
GenomeGraphs
Updating the version number for the trunk post-BioC 2.2 release.
Updating the version number for the BioC 2.2 release.
[/GenomeGraphs]
permanent link
GenomeGraphs
Some minore changes that probably break things.
[/GenomeGraphs]
permanent link
GenomeGraphs
Modified some help pages fixed the R CHECK problem.
[/GenomeGraphs]
permanent link
GenomeGraphs
Added a HighlightRegion class which allows the vertical delineation of regions of interest through tracks.
[/GenomeGraphs]
permanent link
GenomeGraphs
Fixed plotting Ensembl Gene regions when no genes present
[/GenomeGraphs]
permanent link
GenomeGraphs
fix in man page to remove warning of CMD check
[/GenomeGraphs]
permanent link
GenomeGraphs
Added plotId functionality to the AnnotationTrack object
[/GenomeGraphs]
permanent link
GenomeGraphs
Added overlay to ExonArray example
Added a plot to the vignette from the paper.
Added most make functions and initial man pages, replaced dummyData by exampleData
A couple of small additions
[/GenomeGraphs]
permanent link
GenomeGraphs
Bumping version numbers for BioC 2.4 devel.
Bumping version numbers for BioC 2.3 release.
[/GenomeGraphs]
permanent link
GenomeGraphs
Temporary fix for biotype problem
[/GenomeGraphs]
permanent link
GenomeGraphs
Updated DESCRIPTION file
Added missing documentation file.
[/GenomeGraphs]
permanent link
GenomeGraphs
temporary fix for missing biotype
[/GenomeGraphs]
permanent link
GenomeGraphs
Fixed the check messages for the undocumented classes.
[/GenomeGraphs]
permanent link
GenomeGraphs
Added Rd files for makeTranscript, makeGene and makeGeneRegion
Some additions and slight changes to vignette, also addition of makeAnnotationTrack function.
Added makeGene, makeTranscript and makeGeneRegion, still need to add man pages for these and do some extra checking
Added overlay to ExonArray example
[/GenomeGraphs]
permanent link
GenomeGraphs
Fixed a typo in biocViews (Microarrays -> Microarray).
[/GenomeGraphs]
permanent link
GenomeGraphs
Added plotId functionality to the AnnotationTrack object
[/GenomeGraphs]
permanent link
GenomeGraphs
Fixed bug in GenericArray plotting
[/GenomeGraphs]
permanent link
|