NAMESPACE
50d0360b
 import(methods)
 import(utils)
 
 importFrom(igraph, graph.data.frame, get.data.frame, layout.kamada.kawai,
                    plot.igraph, igraph.to.graphNEL)
 
 
 import(BiocGenerics)
 import(IRanges)
 import(GenomicRanges)
0253d5e4
 
62d41418
 importFrom(graph, nodeDataDefaults, nodeData,
                   edgeDataDefaults, edgeNames, edgeData)
 
 importFrom(Rgraphviz, agopen)
0253d5e4
 
50d0360b
 import(GenomicFeatures)
 import(Rsamtools)
 
4f96879b
 exportClasses(SplicingGraphs)
 
5712a4d7
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S4 methods for generics not defined in SplicingGraphs
 ###
 
 exportMethods(
     length,
     names,
     elementLengths,
     plot,
     findOverlaps,
     encodeOverlaps
 )
 
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export non-generic functions
 ###
 
 export(
b72ecced
     ## sgedges-methods.R:
     sgedges2,
5712a4d7
 
     ## sgraph-methods.R:
     sgraph2,
e4018036
     slideshow,
5712a4d7
 
     ## countReads.R:
     assignSubfeatureHits,
 
     ## toy_data.R:
     toy_genes_gff,
     toy_reads_sam,
     toy_reads_bam,
     toy_overlaps,
     plotToyReads
 )
 
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S4 generics defined in SplicingGraphs + export corresponding
 ### methods
 ###
 
50d0360b
 export(
cb383bfe
     ## SplicingGraphs-class.R:
     SplicingGraphs,
 
b72ecced
     ## sgedges-methods.R:
5712a4d7
     spath,
     UATXHcount,
b72ecced
     sgedges,
f3bb380b
     sgnodes,
5712a4d7
     uninformativeSSids,
 
     ## sgraph-methods.R:
261b4730
     sgraph,
 
     ## bubbles-methods.R:
     bubbles
50d0360b
 )
 
5712a4d7
 ### Exactly the same list as above.
50d0360b
 exportMethods(
cb383bfe
     SplicingGraphs,
5712a4d7
     spath,
     UATXHcount,
b72ecced
     sgedges,
f3bb380b
     sgnodes,
5712a4d7
     uninformativeSSids,
261b4730
     sgraph,
     bubbles
50d0360b
 )
5712a4d7