Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alipirani88 committed Apr 22, 2021
1 parent 34cf55f commit bc12de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion day2_afternoon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Row_annotations <- cbind(annots, annots_mlst)
Row_annotations$ST = as.character(Row_annotations$ST)
# Assign colors to Sequence Types
annoCol <- list(ST=c(“11”=“blue”, “221”=“red”, “230”=“orange”, “258”=“grey))
annoCol <- list(ST=c("11"="blue", "221"="red", "230"="orange", "258"="grey"))
#create new heatmap with source and mlst
pheatmap(ariba_full_match,annotation_row = Row_annotations, annotation_colors = annoCol)
Expand Down

0 comments on commit bc12de2

Please sign in to comment.