Skip to content

Commit 26515f2

Browse files
committed
Replaced a basic volcano with the matrix volcano
1 parent 276fd27 commit 26515f2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/Tutorial_Module4_Part2_cummeRbund.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ 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)
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))
6063
v
6164

65+
6266
# Plot #6 - Using k-means clustering a dendrogram of the distance between sample replicates
6367
dend.rep<-csDendro(genes(cuff),replicates=T)
6468

0 commit comments

Comments
 (0)