Browse code

Don't run plot() command in TSPCsg examples. For some obscure reasons, dispatch on the appropriate plot method fails.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/SplicingGraphs@122707 bc3139a8-67e5-0310-9ffc-ced21a209358

Herve Pages authored on 17/10/2016 17:42:52
Showing 1 changed files

... ...
@@ -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: