-
Notifications
You must be signed in to change notification settings - Fork 28
Description
code:
visCluster(object = st.data1,
plot.type = "both",
column_names_rot = 60,
line.size = 0.5,
textbox.size = 10,
show_row_dend = F,
markGenes = markGenes,
markGenes.side = "left",
annoTerm.data = enrich,
line.side = "left",
cluster.order = c(1:12),
sample.order = c( "B cell", "Plasma cell", "T cell", "Memory T cell", "NK cell", "Mast cell",
"Monocytes cell", "Macrophage cell", "Cardiomyocytes", "Fibroblasts",
"Mural cell", "Endothelial cell"),
sample.col=c("#40E0D0","#4682B4","#4695d6","#AFEEEE","#87CEFA","#CD5555",
"#DB7093","#FFC1C1","#228B22","#BF3EFF","#fed95c","#FFA500"),
go.col = rep(c("#40E0D0","#4682B4","#4695d6","#AFEEEE","#87CEFA","#CD5555",
"#DB7093","#FFC1C1","#228B22","#BF3EFF","#fed95c","#FFA500"),each = 5),
add.bar = F,
annnoblock.text=F)
结果图片: