@@ -56,10 +56,7 @@ m<-MAplot(genes(cuff),"UHR","HBR")
5656m
5757
5858# Plot #5 - A volcano plot of p-value and fold_change per sample
59- # v<-csVolcano(genes(cuff),"UHR","HBR",alpha=0.05)
60- # v
61- # Replaced above with the matrix volcano view
62- v <- csVolcanoMatrix(genes(cuff ))
59+ v <- csVolcano(genes(cuff )," UHR" ," HBR" ,alpha = 0.05 )
6360v
6461
6562
@@ -148,8 +145,8 @@ plotTracks(trackList,from=myStart-2000,to=myEnd+2000)
148145dev.off()
149146
150147# The output file can be viewed in your browser at the following url:
151- # Note, you must replace cbw## with your own amazon instance number (e.g., "cshl01") )
152- # http://cshl##.dyndns.org /workspace/rnaseq/de/tophat_cufflinks/ref_only/Tutorial_Part2_cummeRbund_output.pdf
148+ # Note, you must replace __YOUR_IP_ADRESS__ with your own amazon instance number IP (ex. 101.0.1.101 )
149+ # http://__YOUR_IP_ADDRESS__ /workspace/rnaseq/de/tophat_cufflinks/ref_only/Tutorial_Part2_cummeRbund_output.pdf
153150
154151# Additional plot examples to try on your own:
155152
@@ -186,10 +183,9 @@ gl.cds.rep
186183dev.off()
187184
188185# The output file can be viewed in your browser at the following url:
189- # Note, you must replace cbw## with your own amazon instance number (e.g., "cshl01"))
190- # http://cshl##.dyndns.org/workspace/rnaseq/de/tophat_cufflinks/ref_only/Tutorial_Part2_cummeRbund_output_extras.pdf
191- # NYC_WORKSHOP_LINK
192- # http://cbw##.entrydns.org/rnaseq/de/tophat_cufflinks/ref_only/Tutorial_Part2_cummeRbund_output.pdf
186+ # Note, you must replace __YOUR_IP_ADRESS__ with your own amazon instance IP
187+ # http://__YOUR_IP_ADDRESS__/workspace/rnaseq/de/tophat_cufflinks/ref_only/Tutorial_Part2_cummeRbund_output_extras.pdf
188+
193189# To exit R type:
194190quit(save = " no" )
195191
0 commit comments