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) importFrom(graph, nodeDataDefaults, nodeData, edgeDataDefaults, edgeNames, edgeData) importFrom(Rgraphviz, agopen) import(GenomicFeatures) import(Rsamtools) exportClasses(SplicingGraphs) ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ### Export S4 methods for generics not defined in SplicingGraphs ### exportMethods( length, names, elementLengths, plot, findOverlaps, encodeOverlaps ) ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ### Export non-generic functions ### export( ## sgedges-methods.R: sgedges2, ## sgraph-methods.R: sgraph2, slideshow, ## 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 ### export( ## SplicingGraphs-class.R: SplicingGraphs, ## sgedges-methods.R: spath, UATXHcount, sgedges, sgnodes, uninformativeSSids, ## sgraph-methods.R: sgraph, ## bubbles-methods.R: bubbles ) ### Exactly the same list as above. exportMethods( SplicingGraphs, spath, UATXHcount, sgedges, sgnodes, uninformativeSSids, sgraph, bubbles )