git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@122707 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -30,7 +30,8 @@ TSPCsgedges <- sgedges(TSPCsg["LGSN"]) |
30 | 30 |
TSPCsgedges |
31 | 31 |
|
32 | 32 |
## Plot the graph for a given gene: |
33 |
-plot(TSPCsg["LGSN"]) # or 'plot(sgraph(TSPCsgedges))' |
|
33 |
+\dontrun{plot(TSPCsg["LGSN"]) # or 'plot(sgraph(TSPCsgedges))' |
|
34 |
+} |
|
34 | 35 |
|
35 | 36 |
## The reads from all samples have been assigned to 'TSPCsg'. |
36 | 37 |
## Use countReads() to summarize by splicing graph edge: |