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)
 
ddf79f2c
 exportClasses(.SplicingGraphGenes, SplicingGraphs)
4f96879b
 
5712a4d7
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### Export S4 methods for generics not defined in SplicingGraphs
 ###
 
 exportMethods(
69a8543c
     length,
     names,
     "[",
     "[[",
     elementLengths,
     unlist,
dd0bd6a7
     intronsByTranscript,
77742862
     plot
5712a4d7
 )
 
 
 ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
24537e93
 ### Export non-generic functions (and non-function symbols)
5712a4d7
 ###
 
 export(
b72ecced
     ## sgedges-methods.R:
     sgedges2,
5712a4d7
 
     ## sgraph-methods.R:
     sgraph2,
e4018036
     slideshow,
5712a4d7
 
24537e93
     ## bubbles-methods.R:
     ASCODE2DESC,
 
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:
35dfe577
     plotTranscripts,
cb383bfe
     SplicingGraphs,
 
b72ecced
     ## sgedges-methods.R:
05443668
     txpaths,
5712a4d7
     UATXHcount,
b72ecced
     sgedges,
f3bb380b
     sgnodes,
aaaabdf7
     outdeg, indeg,
5712a4d7
     uninformativeSSids,
 
     ## sgraph-methods.R:
261b4730
     sgraph,
 
     ## bubbles-methods.R:
     bubbles
50d0360b
 )
 
5712a4d7
 ### Exactly the same list as above.
50d0360b
 exportMethods(
35dfe577
     plotTranscripts,
cb383bfe
     SplicingGraphs,
05443668
     txpaths,
5712a4d7
     UATXHcount,
b72ecced
     sgedges,
f3bb380b
     sgnodes,
aaaabdf7
     outdeg, indeg,
5712a4d7
     uninformativeSSids,
261b4730
     sgraph,
     bubbles
50d0360b
 )
5712a4d7