Skip to content

Commit af21071

Browse files
authored
Add files via upload
1 parent 4f85d2f commit af21071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdvancedHeatmapTutorial.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ library("RColorBrewer")
88

99

1010

11-
test <- read.csv("~/Documents/TeachingResources/SampleAnnotatedHeatmapDataNorm.csv",row.names = 1)
11+
test <- read.csv("~/YourPath/SampleAnnotatedHeatmapDataNorm.csv",row.names = 1)
1212
# control <- test[grep("Control",row.names(test)),]
1313
# treatment_3weeks <- test[grep("Treatment_3weeks",row.names(test)),]
1414
# GSM_data <- test[grep("GSM[1][0-2]",row.names(test)),]
@@ -42,7 +42,7 @@ colnames(myCols)[1] <- "Condition"
4242
colnames(myCols)[2] <- "Treatment Time"
4343

4444
# for exporting pdf or jpeg etc:
45-
pdf(file="~/Documents/TeachingResources/AnnotatedHeatmap.pdf")
45+
pdf(file="~/YourPath/AnnotatedHeatmap.pdf")
4646
par(cex.main=0.8,mar=c(1,1,1,1))
4747
heatmap.plus(input, col=bluered(20),cexRow=1,cexCol=0.2, margins = c(20,13), main="Your Title",
4848
ColSideColors=myCols)

0 commit comments

Comments
 (0)