... | ... |
@@ -11,7 +11,7 @@ import(BiocGenerics) |
11 | 11 |
import(S4Vectors) |
12 | 12 |
import(BiocParallel) |
13 | 13 |
import(IRanges) |
14 |
-import(GenomeInfoDb) |
|
14 |
+import(Seqinfo) |
|
15 | 15 |
import(GenomicRanges) |
16 | 16 |
import(GenomicFeatures) |
17 | 17 |
importFrom(Rsamtools, asBam) |
... | ... |
@@ -54,7 +54,7 @@ exportMethods( |
54 | 54 |
## Methods for generics defined in the S4Vectors package: |
55 | 55 |
elementNROWS, |
56 | 56 |
|
57 |
- ## Methods for generics defined in the GenomeInfoDb package: |
|
57 |
+ ## Methods for generics defined in the Seqinfo package: |
|
58 | 58 |
seqnames, seqinfo, "isCircular<-", |
59 | 59 |
|
60 | 60 |
## Methods for generics defined in the GenomicFeatures package: |
It broke because of a recent change to igraph::igraph.to.graphNEL().
... | ... |
@@ -2,8 +2,9 @@ import(methods) |
2 | 2 |
import(utils) |
3 | 3 |
importFrom(graphics, plot) |
4 | 4 |
|
5 |
-importFrom(igraph, graph.data.frame, get.data.frame, layout.kamada.kawai, |
|
6 |
- plot.igraph, igraph.to.graphNEL) |
|
5 |
+importFrom(igraph, vcount, vertex_attr, ecount, edge_attr, as_edgelist, |
|
6 |
+ is_directed, graph.data.frame, get.data.frame, |
|
7 |
+ layout.kamada.kawai, plot.igraph, igraph.to.graphNEL) |
|
7 | 8 |
|
8 | 9 |
|
9 | 10 |
import(BiocGenerics) |
... | ... |
@@ -19,7 +20,7 @@ import(GenomicAlignments) |
19 | 20 |
importFrom(graph, nodeDataDefaults, nodeData, |
20 | 21 |
edgeDataDefaults, edgeNames, edgeData, edgemode) |
21 | 22 |
|
22 |
-importFrom(Rgraphviz, agopen, buildEdgeList, buildNodeList, from, to) |
|
23 |
+importFrom(Rgraphviz, agopen) |
|
23 | 24 |
importMethodsFrom(Rgraphviz, plot) |
24 | 25 |
|
25 | 26 |
|
... | ... |
@@ -22,6 +22,11 @@ importFrom(graph, nodeDataDefaults, nodeData, |
22 | 22 |
importFrom(Rgraphviz, agopen, buildEdgeList, buildNodeList, from, to) |
23 | 23 |
importMethodsFrom(Rgraphviz, plot) |
24 | 24 |
|
25 |
+ |
|
26 |
+### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
27 |
+### Export S4 classes |
|
28 |
+### |
|
29 |
+ |
|
25 | 30 |
exportClasses(GeneModel, SplicingGraphs) |
26 | 31 |
|
27 | 32 |
|
... | ... |
@@ -30,18 +35,29 @@ exportClasses(GeneModel, SplicingGraphs) |
30 | 35 |
### |
31 | 36 |
|
32 | 37 |
exportMethods( |
33 |
- length, |
|
34 |
- names, |
|
35 |
- show, |
|
36 |
- "[", |
|
37 |
- "[[", |
|
38 |
- elementNROWS, |
|
38 |
+ ## Methods for generics defined in the base package: |
|
39 |
+ length, names, |
|
40 |
+ "[", "[[", |
|
39 | 41 |
unlist, |
40 |
- seqnames, |
|
42 |
+ |
|
43 |
+ ## Methods for generics defined in the methods package: |
|
44 |
+ show, |
|
45 |
+ |
|
46 |
+ ## Methods for generics defined in the graphics package: |
|
47 |
+ plot, |
|
48 |
+ |
|
49 |
+ ## Methods for generics defined in the BiocGenerics package: |
|
41 | 50 |
strand, |
42 |
- seqinfo, "isCircular<-", |
|
43 |
- intronsByTranscript, |
|
44 |
- plot |
|
51 |
+ updateObject, |
|
52 |
+ |
|
53 |
+ ## Methods for generics defined in the S4Vectors package: |
|
54 |
+ elementNROWS, |
|
55 |
+ |
|
56 |
+ ## Methods for generics defined in the GenomeInfoDb package: |
|
57 |
+ seqnames, seqinfo, "isCircular<-", |
|
58 |
+ |
|
59 |
+ ## Methods for generics defined in the GenomicFeatures package: |
|
60 |
+ intronsByTranscript |
|
45 | 61 |
) |
46 | 62 |
|
47 | 63 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@122709 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -19,6 +19,7 @@ importFrom(graph, nodeDataDefaults, nodeData, |
19 | 19 |
edgeDataDefaults, edgeNames, edgeData, edgemode) |
20 | 20 |
|
21 | 21 |
importFrom(Rgraphviz, agopen, buildEdgeList, buildNodeList, from, to) |
22 |
+importMethodsFrom(Rgraphviz, plot) |
|
22 | 23 |
|
23 | 24 |
exportClasses(GeneModel, SplicingGraphs) |
24 | 25 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@119308 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@112988 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@107854 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@98136 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@98054 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -8,14 +8,15 @@ importFrom(igraph, graph.data.frame, get.data.frame, layout.kamada.kawai, |
8 | 8 |
import(BiocGenerics) |
9 | 9 |
import(S4Vectors) |
10 | 10 |
import(IRanges) |
11 |
+import(GenomeInfoDb) |
|
11 | 12 |
import(GenomicRanges) |
12 | 13 |
import(GenomicFeatures) |
13 | 14 |
import(GenomicAlignments) |
14 | 15 |
|
15 | 16 |
importFrom(graph, nodeDataDefaults, nodeData, |
16 |
- edgeDataDefaults, edgeNames, edgeData) |
|
17 |
+ edgeDataDefaults, edgeNames, edgeData, edgemode) |
|
17 | 18 |
|
18 |
-importFrom(Rgraphviz, agopen) |
|
19 |
+importFrom(Rgraphviz, agopen, buildEdgeList, buildNodeList, from, to) |
|
19 | 20 |
|
20 | 21 |
exportClasses(GeneModel, SplicingGraphs) |
21 | 22 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@89259 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@84015 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@80627 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76132 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -102,7 +102,7 @@ export( |
102 | 102 |
bubbles, |
103 | 103 |
|
104 | 104 |
## countReads-methods.R: |
105 |
- getReads, |
|
105 |
+ reportReads, |
|
106 | 106 |
countReads |
107 | 107 |
) |
108 | 108 |
|
... | ... |
@@ -122,7 +122,7 @@ exportMethods( |
122 | 122 |
rsgedgesByTranscript, |
123 | 123 |
rsgedgesByGene, |
124 | 124 |
bubbles, |
125 |
- getReads, |
|
125 |
+ reportReads, |
|
126 | 126 |
countReads |
127 | 127 |
) |
128 | 128 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76127 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -102,6 +102,7 @@ export( |
102 | 102 |
bubbles, |
103 | 103 |
|
104 | 104 |
## countReads-methods.R: |
105 |
+ getReads, |
|
105 | 106 |
countReads |
106 | 107 |
) |
107 | 108 |
|
... | ... |
@@ -121,6 +122,7 @@ exportMethods( |
121 | 122 |
rsgedgesByTranscript, |
122 | 123 |
rsgedgesByGene, |
123 | 124 |
bubbles, |
125 |
+ getReads, |
|
124 | 126 |
countReads |
125 | 127 |
) |
126 | 128 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76094 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -6,17 +6,16 @@ importFrom(igraph, graph.data.frame, get.data.frame, layout.kamada.kawai, |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
import(BiocGenerics) |
9 |
+ |
|
9 | 10 |
import(IRanges) |
10 | 11 |
import(GenomicRanges) |
12 |
+import(GenomicFeatures) |
|
11 | 13 |
|
12 | 14 |
importFrom(graph, nodeDataDefaults, nodeData, |
13 | 15 |
edgeDataDefaults, edgeNames, edgeData) |
14 | 16 |
|
15 | 17 |
importFrom(Rgraphviz, agopen) |
16 | 18 |
|
17 |
-import(GenomicFeatures) |
|
18 |
-import(Rsamtools) |
|
19 |
- |
|
20 | 19 |
exportClasses(GeneModel, SplicingGraphs) |
21 | 20 |
|
22 | 21 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76089 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76087 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -54,7 +54,7 @@ export( |
54 | 54 |
## bubbles-methods.R: |
55 | 55 |
ASCODE2DESC, |
56 | 56 |
|
57 |
- ## countReads.R: |
|
57 |
+ ## countReads-methods.R: |
|
58 | 58 |
assignReads, |
59 | 59 |
removeReads, |
60 | 60 |
|
... | ... |
@@ -102,7 +102,7 @@ export( |
102 | 102 |
## bubbles-methods.R: |
103 | 103 |
bubbles, |
104 | 104 |
|
105 |
- ## countReads.R: |
|
105 |
+ ## countReads-methods.R: |
|
106 | 106 |
countReads |
107 | 107 |
) |
108 | 108 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76074 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -17,7 +17,7 @@ importFrom(Rgraphviz, agopen) |
17 | 17 |
import(GenomicFeatures) |
18 | 18 |
import(Rsamtools) |
19 | 19 |
|
20 |
-exportClasses(.SplicingGraphGenes, SplicingGraphs) |
|
20 |
+exportClasses(GeneModel, SplicingGraphs) |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@76059 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75782 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -47,6 +47,10 @@ export( |
47 | 47 |
## sgraph-methods.R: |
48 | 48 |
slideshow, |
49 | 49 |
|
50 |
+ ## rsgedgesByGene-methods.R: |
|
51 |
+ rsgedges, sgedges2, |
|
52 |
+ rsgraph, sgraph2, |
|
53 |
+ |
|
50 | 54 |
## bubbles-methods.R: |
51 | 55 |
ASCODE2DESC, |
52 | 56 |
|
... | ... |
@@ -89,15 +93,13 @@ export( |
89 | 93 |
## sgraph-methods.R: |
90 | 94 |
sgraph, |
91 | 95 |
|
92 |
- ## bubbles-methods.R: |
|
93 |
- bubbles, |
|
94 |
- |
|
95 | 96 |
## rsgedgesByGene-methods.R: |
96 | 97 |
uninformativeSSids, |
97 | 98 |
rsgedgesByTranscript, |
98 | 99 |
rsgedgesByGene, |
99 |
- rsgedges, sgedges2, |
|
100 |
- rsgraph, sgraph2, |
|
100 |
+ |
|
101 |
+ ## bubbles-methods.R: |
|
102 |
+ bubbles, |
|
101 | 103 |
|
102 | 104 |
## countReads.R: |
103 | 105 |
countReads |
... | ... |
@@ -114,11 +116,11 @@ exportMethods( |
114 | 116 |
sgedges, |
115 | 117 |
sgnodes, |
116 | 118 |
outdeg, indeg, |
117 |
- uninformativeSSids, |
|
118 | 119 |
sgraph, |
119 |
- bubbles, |
|
120 |
+ uninformativeSSids, |
|
120 | 121 |
rsgedgesByTranscript, |
121 | 122 |
rsgedgesByGene, |
123 |
+ bubbles, |
|
122 | 124 |
countReads |
123 | 125 |
) |
124 | 126 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75704 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -44,11 +44,7 @@ exportMethods( |
44 | 44 |
### |
45 | 45 |
|
46 | 46 |
export( |
47 |
- ## sgedges-methods.R: |
|
48 |
- sgedges2, |
|
49 |
- |
|
50 | 47 |
## sgraph-methods.R: |
51 |
- sgraph2, |
|
52 | 48 |
slideshow, |
53 | 49 |
|
54 | 50 |
## bubbles-methods.R: |
... | ... |
@@ -89,7 +85,6 @@ export( |
89 | 85 |
sgedges, |
90 | 86 |
sgnodes, |
91 | 87 |
outdeg, indeg, |
92 |
- uninformativeSSids, |
|
93 | 88 |
|
94 | 89 |
## sgraph-methods.R: |
95 | 90 |
sgraph, |
... | ... |
@@ -98,8 +93,11 @@ export( |
98 | 93 |
bubbles, |
99 | 94 |
|
100 | 95 |
## rsgedgesByGene-methods.R: |
96 |
+ uninformativeSSids, |
|
101 | 97 |
rsgedgesByTranscript, |
102 | 98 |
rsgedgesByGene, |
99 |
+ rsgedges, sgedges2, |
|
100 |
+ rsgraph, sgraph2, |
|
103 | 101 |
|
104 | 102 |
## countReads.R: |
105 | 103 |
countReads |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75609 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -56,7 +56,6 @@ export( |
56 | 56 |
|
57 | 57 |
## countReads.R: |
58 | 58 |
assignReads, |
59 |
- countReads, |
|
60 | 59 |
|
61 | 60 |
## toy_data.R: |
62 | 61 |
toy_genes_gff, |
... | ... |
@@ -100,7 +99,10 @@ export( |
100 | 99 |
|
101 | 100 |
## rsgedgesByGene-methods.R: |
102 | 101 |
rsgedgesByTranscript, |
103 |
- rsgedgesByGene |
|
102 |
+ rsgedgesByGene, |
|
103 |
+ |
|
104 |
+ ## countReads.R: |
|
105 |
+ countReads |
|
104 | 106 |
) |
105 | 107 |
|
106 | 108 |
### Exactly the same list as above. |
... | ... |
@@ -118,6 +120,7 @@ exportMethods( |
118 | 120 |
sgraph, |
119 | 121 |
bubbles, |
120 | 122 |
rsgedgesByTranscript, |
121 |
- rsgedgesByGene |
|
123 |
+ rsgedgesByGene, |
|
124 |
+ countReads |
|
122 | 125 |
) |
123 | 126 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75596 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -96,7 +96,11 @@ export( |
96 | 96 |
sgraph, |
97 | 97 |
|
98 | 98 |
## bubbles-methods.R: |
99 |
- bubbles |
|
99 |
+ bubbles, |
|
100 |
+ |
|
101 |
+ ## rsgedgesByGene-methods.R: |
|
102 |
+ rsgedgesByTranscript, |
|
103 |
+ rsgedgesByGene |
|
100 | 104 |
) |
101 | 105 |
|
102 | 106 |
### Exactly the same list as above. |
... | ... |
@@ -112,6 +116,8 @@ exportMethods( |
112 | 116 |
outdeg, indeg, |
113 | 117 |
uninformativeSSids, |
114 | 118 |
sgraph, |
115 |
- bubbles |
|
119 |
+ bubbles, |
|
120 |
+ rsgedgesByTranscript, |
|
121 |
+ rsgedgesByGene |
|
116 | 122 |
) |
117 | 123 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75217 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -84,7 +84,7 @@ export( |
84 | 84 |
|
85 | 85 |
## txpath-methods.R: |
86 | 86 |
txpath, |
87 |
- UATXHcount, |
|
87 |
+ txweight, "txweight<-", |
|
88 | 88 |
|
89 | 89 |
## sgedges-methods.R: |
90 | 90 |
sgedges, |
... | ... |
@@ -106,7 +106,7 @@ exportMethods( |
106 | 106 |
sgedgesByTranscript, |
107 | 107 |
sgedgesByGene, |
108 | 108 |
txpath, |
109 |
- UATXHcount, |
|
109 |
+ txweight, "txweight<-", |
|
110 | 110 |
sgedges, |
111 | 111 |
sgnodes, |
112 | 112 |
outdeg, indeg, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75215 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75209 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -74,9 +74,11 @@ export( |
74 | 74 |
|
75 | 75 |
export( |
76 | 76 |
## SplicingGraphs-class.R: |
77 |
- plotTranscripts, |
|
78 | 77 |
SplicingGraphs, |
79 | 78 |
|
79 |
+ ## plotTranscripts-methods.R: |
|
80 |
+ plotTranscripts, |
|
81 |
+ |
|
80 | 82 |
## sgedgesByGene-methods.R: |
81 | 83 |
sgedgesByTranscript, |
82 | 84 |
sgedgesByGene, |
... | ... |
@@ -100,8 +102,8 @@ export( |
100 | 102 |
|
101 | 103 |
### Exactly the same list as above. |
102 | 104 |
exportMethods( |
103 |
- plotTranscripts, |
|
104 | 105 |
SplicingGraphs, |
106 |
+ plotTranscripts, |
|
105 | 107 |
sgedgesByTranscript, |
106 | 108 |
sgedgesByGene, |
107 | 109 |
txpath, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75118 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75107 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -79,6 +79,7 @@ export( |
79 | 79 |
|
80 | 80 |
## sgedgesByTranscript-methods.R: |
81 | 81 |
sgedgesByTranscript, |
82 |
+ sgedgesByGene, |
|
82 | 83 |
|
83 | 84 |
## txpath-methods.R: |
84 | 85 |
txpath, |
... | ... |
@@ -102,6 +103,7 @@ exportMethods( |
102 | 103 |
plotTranscripts, |
103 | 104 |
SplicingGraphs, |
104 | 105 |
sgedgesByTranscript, |
106 |
+ sgedgesByGene, |
|
105 | 107 |
txpath, |
106 | 108 |
UATXHcount, |
107 | 109 |
sgedges, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@75014 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -80,9 +80,11 @@ export( |
80 | 80 |
## sgedgesByTranscript-methods.R: |
81 | 81 |
sgedgesByTranscript, |
82 | 82 |
|
83 |
- ## sgedges-methods.R: |
|
84 |
- txpaths, |
|
83 |
+ ## txpath-methods.R: |
|
84 |
+ txpath, |
|
85 | 85 |
UATXHcount, |
86 |
+ |
|
87 |
+ ## sgedges-methods.R: |
|
86 | 88 |
sgedges, |
87 | 89 |
sgnodes, |
88 | 90 |
outdeg, indeg, |
... | ... |
@@ -100,7 +102,7 @@ exportMethods( |
100 | 102 |
plotTranscripts, |
101 | 103 |
SplicingGraphs, |
102 | 104 |
sgedgesByTranscript, |
103 |
- txpaths, |
|
105 |
+ txpath, |
|
104 | 106 |
UATXHcount, |
105 | 107 |
sgedges, |
106 | 108 |
sgnodes, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74997 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74984 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74917 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74898 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -73,6 +73,9 @@ export( |
73 | 73 |
plotTranscripts, |
74 | 74 |
SplicingGraphs, |
75 | 75 |
|
76 |
+ ## sgedgesByTranscript-methods.R: |
|
77 |
+ sgedgesByTranscript, |
|
78 |
+ |
|
76 | 79 |
## sgedges-methods.R: |
77 | 80 |
txpaths, |
78 | 81 |
UATXHcount, |
... | ... |
@@ -92,6 +95,7 @@ export( |
92 | 95 |
exportMethods( |
93 | 96 |
plotTranscripts, |
94 | 97 |
SplicingGraphs, |
98 |
+ sgedgesByTranscript, |
|
95 | 99 |
txpaths, |
96 | 100 |
UATXHcount, |
97 | 101 |
sgedges, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74846 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74636 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -17,7 +17,7 @@ importFrom(Rgraphviz, agopen) |
17 | 17 |
import(GenomicFeatures) |
18 | 18 |
import(Rsamtools) |
19 | 19 |
|
20 |
-exportClasses(SplicingGraphs) |
|
20 |
+exportClasses(.SplicingGraphGenes, SplicingGraphs) |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74563 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74373 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -36,7 +36,7 @@ exportMethods( |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
39 |
-### Export non-generic functions |
|
39 |
+### Export non-generic functions (and non-function symbols) |
|
40 | 40 |
### |
41 | 41 |
|
42 | 42 |
export( |
... | ... |
@@ -47,6 +47,9 @@ export( |
47 | 47 |
sgraph2, |
48 | 48 |
slideshow, |
49 | 49 |
|
50 |
+ ## bubbles-methods.R: |
|
51 |
+ ASCODE2DESC, |
|
52 |
+ |
|
50 | 53 |
## countReads.R: |
51 | 54 |
assignSubfeatureHits, |
52 | 55 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74346 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -66,6 +66,7 @@ export( |
66 | 66 |
|
67 | 67 |
export( |
68 | 68 |
## SplicingGraphs-class.R: |
69 |
+ plotTranscripts, |
|
69 | 70 |
SplicingGraphs, |
70 | 71 |
|
71 | 72 |
## sgedges-methods.R: |
... | ... |
@@ -85,6 +86,7 @@ export( |
85 | 86 |
|
86 | 87 |
### Exactly the same list as above. |
87 | 88 |
exportMethods( |
89 |
+ plotTranscripts, |
|
88 | 90 |
SplicingGraphs, |
89 | 91 |
txpaths, |
90 | 92 |
UATXHcount, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74197 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74180 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@74055 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -72,6 +72,7 @@ export( |
72 | 72 |
UATXHcount, |
73 | 73 |
sgedges, |
74 | 74 |
sgnodes, |
75 |
+ outdeg, indeg, |
|
75 | 76 |
uninformativeSSids, |
76 | 77 |
|
77 | 78 |
## sgraph-methods.R: |
... | ... |
@@ -88,6 +89,7 @@ exportMethods( |
88 | 89 |
UATXHcount, |
89 | 90 |
sgedges, |
90 | 91 |
sgnodes, |
92 |
+ outdeg, indeg, |
|
91 | 93 |
uninformativeSSids, |
92 | 94 |
sgraph, |
93 | 95 |
bubbles |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73979 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -68,7 +68,7 @@ export( |
68 | 68 |
SplicingGraphs, |
69 | 69 |
|
70 | 70 |
## sgedges-methods.R: |
71 |
- spath, |
|
71 |
+ txpaths, |
|
72 | 72 |
UATXHcount, |
73 | 73 |
sgedges, |
74 | 74 |
sgnodes, |
... | ... |
@@ -84,7 +84,7 @@ export( |
84 | 84 |
### Exactly the same list as above. |
85 | 85 |
exportMethods( |
86 | 86 |
SplicingGraphs, |
87 |
- spath, |
|
87 |
+ txpaths, |
|
88 | 88 |
UATXHcount, |
89 | 89 |
sgedges, |
90 | 90 |
sgnodes, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73962 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -75,7 +75,10 @@ export( |
75 | 75 |
uninformativeSSids, |
76 | 76 |
|
77 | 77 |
## sgraph-methods.R: |
78 |
- sgraph |
|
78 |
+ sgraph, |
|
79 |
+ |
|
80 |
+ ## bubbles-methods.R: |
|
81 |
+ bubbles |
|
79 | 82 |
) |
80 | 83 |
|
81 | 84 |
### Exactly the same list as above. |
... | ... |
@@ -86,6 +89,7 @@ exportMethods( |
86 | 89 |
sgedges, |
87 | 90 |
sgnodes, |
88 | 91 |
uninformativeSSids, |
89 |
- sgraph |
|
92 |
+ sgraph, |
|
93 |
+ bubbles |
|
90 | 94 |
) |
91 | 95 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73958 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -71,6 +71,7 @@ export( |
71 | 71 |
spath, |
72 | 72 |
UATXHcount, |
73 | 73 |
sgedges, |
74 |
+ sgnodes, |
|
74 | 75 |
uninformativeSSids, |
75 | 76 |
|
76 | 77 |
## sgraph-methods.R: |
... | ... |
@@ -83,6 +84,7 @@ exportMethods( |
83 | 84 |
spath, |
84 | 85 |
UATXHcount, |
85 | 86 |
sgedges, |
87 |
+ sgnodes, |
|
86 | 88 |
uninformativeSSids, |
87 | 89 |
sgraph |
88 | 90 |
) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73957 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -39,8 +39,8 @@ exportMethods( |
39 | 39 |
### |
40 | 40 |
|
41 | 41 |
export( |
42 |
- ## sgdf-methods.R: |
|
43 |
- sgdf2, |
|
42 |
+ ## sgedges-methods.R: |
|
43 |
+ sgedges2, |
|
44 | 44 |
|
45 | 45 |
## sgraph-methods.R: |
46 | 46 |
sgraph2, |
... | ... |
@@ -67,10 +67,10 @@ export( |
67 | 67 |
## SplicingGraphs-class.R: |
68 | 68 |
SplicingGraphs, |
69 | 69 |
|
70 |
- ## sgdf-methods.R: |
|
70 |
+ ## sgedges-methods.R: |
|
71 | 71 |
spath, |
72 | 72 |
UATXHcount, |
73 |
- sgdf, |
|
73 |
+ sgedges, |
|
74 | 74 |
uninformativeSSids, |
75 | 75 |
|
76 | 76 |
## sgraph-methods.R: |
... | ... |
@@ -82,7 +82,7 @@ exportMethods( |
82 | 82 |
SplicingGraphs, |
83 | 83 |
spath, |
84 | 84 |
UATXHcount, |
85 |
- sgdf, |
|
85 |
+ sgedges, |
|
86 | 86 |
uninformativeSSids, |
87 | 87 |
sgraph |
88 | 88 |
) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73938 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -39,9 +39,6 @@ exportMethods( |
39 | 39 |
### |
40 | 40 |
|
41 | 41 |
export( |
42 |
- ## SplicingGraphs-class.R: |
|
43 |
- SplicingGraphs, |
|
44 |
- |
|
45 | 42 |
## sgdf-methods.R: |
46 | 43 |
sgdf2, |
47 | 44 |
|
... | ... |
@@ -67,6 +64,9 @@ export( |
67 | 64 |
### |
68 | 65 |
|
69 | 66 |
export( |
67 |
+ ## SplicingGraphs-class.R: |
|
68 |
+ SplicingGraphs, |
|
69 |
+ |
|
70 | 70 |
## sgdf-methods.R: |
71 | 71 |
spath, |
72 | 72 |
UATXHcount, |
... | ... |
@@ -79,6 +79,7 @@ export( |
79 | 79 |
|
80 | 80 |
### Exactly the same list as above. |
81 | 81 |
exportMethods( |
82 |
+ SplicingGraphs, |
|
82 | 83 |
spath, |
83 | 84 |
UATXHcount, |
84 | 85 |
sgdf, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73895 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73836 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -19,35 +19,69 @@ import(Rsamtools) |
19 | 19 |
|
20 | 20 |
exportClasses(SplicingGraphs) |
21 | 21 |
|
22 |
+ |
|
23 |
+### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
24 |
+### Export S4 methods for generics not defined in SplicingGraphs |
|
25 |
+### |
|
26 |
+ |
|
27 |
+exportMethods( |
|
28 |
+ length, |
|
29 |
+ names, |
|
30 |
+ elementLengths, |
|
31 |
+ plot, |
|
32 |
+ findOverlaps, |
|
33 |
+ encodeOverlaps |
|
34 |
+) |
|
35 |
+ |
|
36 |
+ |
|
37 |
+### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
38 |
+### Export non-generic functions |
|
39 |
+### |
|
40 |
+ |
|
41 |
+export( |
|
42 |
+ ## SplicingGraphs-class.R: |
|
43 |
+ SplicingGraphs, |
|
44 |
+ |
|
45 |
+ ## sgdf-methods.R: |
|
46 |
+ sgdf2, |
|
47 |
+ |
|
48 |
+ ## sgraph-methods.R: |
|
49 |
+ sgraph2, |
|
50 |
+ |
|
51 |
+ ## countReads.R: |
|
52 |
+ assignSubfeatureHits, |
|
53 |
+ |
|
54 |
+ ## toy_data.R: |
|
55 |
+ toy_genes_gff, |
|
56 |
+ toy_reads_sam, |
|
57 |
+ toy_reads_bam, |
|
58 |
+ toy_overlaps, |
|
59 |
+ plotToyReads |
|
60 |
+) |
|
61 |
+ |
|
62 |
+ |
|
63 |
+### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
64 |
+### Export S4 generics defined in SplicingGraphs + export corresponding |
|
65 |
+### methods |
|
66 |
+### |
|
67 |
+ |
|
22 | 68 |
export( |
23 |
- Spath, |
|
24 |
- UATXHcount, |
|
25 |
- Sgdf, |
|
26 |
- Sgraph, |
|
27 |
- uninformativeSSids, |
|
28 |
- Sgdf2, |
|
29 |
- Sgraph2, |
|
30 |
- SplicingGraphs, |
|
31 |
- |
|
32 |
- assignSubfeatureHits, |
|
33 |
- |
|
34 |
- toy_genes_gff, |
|
35 |
- toy_reads_sam, |
|
36 |
- toy_reads_bam, |
|
37 |
- toy_overlaps, |
|
38 |
- plotToyReads |
|
69 |
+ ## sgdf-methods.R: |
|
70 |
+ spath, |
|
71 |
+ UATXHcount, |
|
72 |
+ sgdf, |
|
73 |
+ uninformativeSSids, |
|
74 |
+ |
|
75 |
+ ## sgraph-methods.R: |
|
76 |
+ sgraph |
|
39 | 77 |
) |
40 | 78 |
|
79 |
+### Exactly the same list as above. |
|
41 | 80 |
exportMethods( |
42 |
- length, |
|
43 |
- names, |
|
44 |
- elementLengths, |
|
45 |
- Spath, |
|
46 |
- UATXHcount, |
|
47 |
- Sgdf, |
|
48 |
- Sgraph, |
|
49 |
- uninformativeSSids, |
|
50 |
- plot, |
|
51 |
- findOverlaps, |
|
52 |
- encodeOverlaps |
|
81 |
+ spath, |
|
82 |
+ UATXHcount, |
|
83 |
+ sgdf, |
|
84 |
+ uninformativeSSids, |
|
85 |
+ sgraph |
|
53 | 86 |
) |
87 |
+ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73827 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -17,6 +17,8 @@ importFrom(Rgraphviz, agopen) |
17 | 17 |
import(GenomicFeatures) |
18 | 18 |
import(Rsamtools) |
19 | 19 |
|
20 |
+exportClasses(SplicingGraphs) |
|
21 |
+ |
|
20 | 22 |
export( |
21 | 23 |
Spath, |
22 | 24 |
UATXHcount, |
... | ... |
@@ -25,7 +27,7 @@ export( |
25 | 27 |
uninformativeSSids, |
26 | 28 |
Sgdf2, |
27 | 29 |
Sgraph2, |
28 |
- splicingGraphs, |
|
30 |
+ SplicingGraphs, |
|
29 | 31 |
|
30 | 32 |
assignSubfeatureHits, |
31 | 33 |
|
... | ... |
@@ -37,9 +39,15 @@ export( |
37 | 39 |
) |
38 | 40 |
|
39 | 41 |
exportMethods( |
42 |
+ length, |
|
43 |
+ names, |
|
44 |
+ elementLengths, |
|
40 | 45 |
Spath, |
41 | 46 |
UATXHcount, |
42 | 47 |
Sgdf, |
43 | 48 |
Sgraph, |
44 |
- uninformativeSSids |
|
49 |
+ uninformativeSSids, |
|
50 |
+ plot, |
|
51 |
+ findOverlaps, |
|
52 |
+ encodeOverlaps |
|
45 | 53 |
) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73802 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73568 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73469 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -9,8 +9,10 @@ import(BiocGenerics) |
9 | 9 |
import(IRanges) |
10 | 10 |
import(GenomicRanges) |
11 | 11 |
|
12 |
-import(graph) |
|
13 |
-import(Rgraphviz) |
|
12 |
+importFrom(graph, nodeDataDefaults, nodeData, |
|
13 |
+ edgeDataDefaults, edgeNames, edgeData) |
|
14 |
+ |
|
15 |
+importFrom(Rgraphviz, agopen) |
|
14 | 16 |
|
15 | 17 |
import(GenomicFeatures) |
16 | 18 |
import(Rsamtools) |
... | ... |
@@ -23,7 +25,6 @@ export( |
23 | 25 |
uninformativeSSids, |
24 | 26 |
Sgdf2, |
25 | 27 |
Sgraph2, |
26 |
- plotSgraph, plotSgraph2, |
|
27 | 28 |
splicingGraphs, |
28 | 29 |
|
29 | 30 |
assignSubfeatureHits, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73447 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73396 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73369 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -13,7 +13,7 @@ import(Rsamtools) |
13 | 13 |
|
14 | 14 |
export( |
15 | 15 |
Spath, |
16 |
- UAhc, |
|
16 |
+ UATXHcount, |
|
17 | 17 |
Sgdf, |
18 | 18 |
Sgraph, |
19 | 19 |
uninformativeSSids, |
... | ... |
@@ -29,7 +29,7 @@ export( |
29 | 29 |
|
30 | 30 |
exportMethods( |
31 | 31 |
Spath, |
32 |
- UAhc, |
|
32 |
+ UATXHcount, |
|
33 | 33 |
Sgdf, |
34 | 34 |
Sgraph, |
35 | 35 |
uninformativeSSids |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73299 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73277 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@73245 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+import(methods) |
|
2 |
+import(utils) |
|
3 |
+ |
|
4 |
+importFrom(igraph, graph.data.frame, get.data.frame, layout.kamada.kawai, |
|
5 |
+ plot.igraph, igraph.to.graphNEL) |
|
6 |
+ |
|
7 |
+ |
|
8 |
+import(BiocGenerics) |
|
9 |
+import(IRanges) |
|
10 |
+import(GenomicRanges) |
|
11 |
+import(GenomicFeatures) |
|
12 |
+import(Rsamtools) |
|
13 |
+ |
|
14 |
+export( |
|
15 |
+ Spath, |
|
16 |
+ Sgdf, |
|
17 |
+ Sgraph, |
|
18 |
+ uninformativeSSids, |
|
19 |
+ Sgdf2, |
|
20 |
+ Sgraph2, |
|
21 |
+ plotSgraph, plotSgraph2, |
|
22 |
+ splicingGraphs |
|
23 |
+) |
|
24 |
+ |
|
25 |
+exportMethods( |
|
26 |
+ Spath, |
|
27 |
+ Sgdf, |
|
28 |
+ Sgraph, |
|
29 |
+ uninformativeSSids |
|
30 |
+) |