March 6, 2013
View 261b473

Add bubbles() for extracting the bubbles of a splicing graph.

Herve Pages authored on 06/03/2013 07:44:09
View b72ecce

Rename sgdf() and sgdf2() -> sgedges() and sgedges2().

Herve Pages authored on 06/03/2013 01:25:42
March 5, 2013
View cb383bf

- Make SplicingGraphs() a generic function with methods for GRangesList and TranscriptDb objects. - More progress (45%) on the vignette.

Herve Pages authored on 05/03/2013 18:51:08
February 28, 2013
View 5712a4d

- Split SplicingGraphs-class.R in 3 files: SplicingGraphs-class.R, sgdf-methods.R, and sgraph-methods.R. And split the corresponding man page accordingly. - Rename Spath(), Sgdf(), Sgraph() -> spath(), sgdf(), sgraph().

Herve Pages authored on 28/02/2013 21:57:06
View c5b71e0

update aliases in SplicingGraphs-class.Rd man page

Herve Pages authored on 28/02/2013 20:14:53
View 4f96879

- Define and use the SplicingGraphs S4 container for storing the splicing graphs instead of of a bare GRangesList object. - Replace splicingGraphs() function by SplicingGraphs() constructor. - Make length(), names(), elementLengths(), plot(), findOverlaps(), and encodeOverlaps() work on SplicingGraphs objects by defining appropriate methods. - Replace "Spath" and "UATXHcount" methods for GRangesList objects by methods for SplicingGraphs objects.

Herve Pages authored on 28/02/2013 19:57:05