heatmap plot for cellphone output
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | CPDBHeatmaps(
meta_file = NULL,
pvalues_file = NULL,
count_filename = "count_heatmap.pdf",
log_filename = "logcount_heatmap.pdf",
count_network_filename = "count_network.txt",
interaction_count_filename = "interaction_count.txt",
count_network_separator = "\t",
interaction_count_separator = "\t",
show_rownames = T,
show_colnames = T,
scale = "none",
cluster_cols = T,
border_color = "white",
cluster_rows = T,
fontsize_row = 11,
fontsize_col = 11,
main = "",
treeheight_row = 0,
family = "Arial",
treeheight_col = 0,
col1 = "dodgerblue4",
col2 = "peachpuff",
col3 = "deeppink4",
meta_sep = "\t",
pvalues_sep = "\t",
pvalue = 0.05
)
|
meta_file |
meta data file,cell_meta.txt |
pvalues_file |
the cellphone method analysis out's pvalues.txt file |
pvaue |
pvalue Threshold. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.