Description Usage Arguments Value Examples
Heatmap plot a set of gene correlation matrix of the same set of genes with proper annotations
1 2 3 |
gcnlist |
a list of gene correlation matrixes of size p by p, where the rows and columns are of the same set of genes. |
dirname |
a string of directory names to save the plots, default as NULL, that is not saving but directly showing the plots. |
geneinfo |
a dataframe contains a column named 'newcelltype' of length p, where each entries corresponds to the cell group identity that a gene marks. This information will be used for annotating the final heatmap. Default is NULL, that is no annotation. |
ord |
a vector contains the ordering of the genes
for all correlation matrix in the final heatmap.
Default is NULL, that the ordering resulted from
the clustering ( |
maxgcn |
the maximun cutoff of the correlation, default is 1. |
mingcn |
the minmum cutoff of the correlation, default is -1. |
abs |
whether take the absulute value of the correlation matrix or not. |
color |
what set of color panel to use, default is "-RdBu:100". |
extrainfo |
a string of extra information to saved in the final plot filename, default as "". |
ncol |
the number of columns in the combined plots, default as 4. |
size |
the size of the cellwidth and cellheight in heatmap, default as 2. |
heatmap plots showing immediately or pdf files saved to desinated directory.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.