dot plot for cellphone output
1 2 3 4 5 6 7 8 9 10 11 12 | CPDBDotplot(
selected_rows = NULL,
selected_columns = NULL,
filename = "plot.pdf",
width = 8,
height = 10,
means_path = "./means.txt",
pvalues_path = "./pvalues.txt",
means_separator = "\t",
pvalues_separator = "\t",
output_extension = ".pdf"
)
|
selected_rows |
vector of row names in pvalue.txt' interacting_pair |
selected_columns |
vector of col names in pvalue.txt |
filename |
plot filename |
means_path |
the cellphone method analysis out's means.txt file |
pvalues_path |
the cellphone method analysis out's pvalues.txt file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.