Skip to content

Commit 077adbb

Browse files
committed
More updated to R Module4 Part2 tutorial.
1 parent 26515f2 commit 077adbb

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

scripts/Tutorial_Module4_Part2_cummeRbund.R

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ m<-MAplot(genes(cuff),"UHR","HBR")
5656
m
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)
6360
v
6461

6562

@@ -148,8 +145,8 @@ plotTracks(trackList,from=myStart-2000,to=myEnd+2000)
148145
dev.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
186183
dev.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:
194190
quit(save="no")
195191

0 commit comments

Comments
 (0)