sehm | R Documentation |
Deprecated pheatmap wrapper for
SummarizedExperiment-class
.
**This function has been replaced by the sechm
function
from the 'sechm' package and is retained here solely for backward
compatibility.**
sehm( se, genes, do.scale = FALSE, assayName = .getDef("assayName"), sortRowsOn = seq_len(ncol(se)), cluster_cols = FALSE, cluster_rows = is.null(sortRowsOn), toporder = NULL, hmcols = NULL, breaks = .getDef("breaks"), gaps_at = .getDef("gaps_at"), gaps_row = NULL, anno_rows = .getDef("anno_rows"), anno_columns = .getDef("anno_columns"), anno_colors = NULL, show_rownames = NULL, show_colnames = FALSE, ... )
se |
A |
genes |
An optional vector of genes (i.e. row names of 'se') |
do.scale |
Logical; whether to scale rows (default FALSE). |
assayName |
An optional vector of assayNames to use. The first available will be used, or the first assay if NULL. |
sortRowsOn |
Sort rows by MDS polar order using the specified columns (default all) |
cluster_cols |
Whether to cluster columns (default F) |
cluster_rows |
Whether to cluster rows; default FALSE if 'do.sortRows=TRUE'. |
toporder |
Optional verctor of categories on which to supra-order when sorting rows, or name of a 'rowData' column to use for this purpose. |
hmcols |
Colors for the heatmap. |
breaks |
Breaks for the heatmap colors. Alternatively, symmetrical
breaks can be generated automatically by setting 'breaks' to a numerical
value between 0 and 1. The value is passed as the 'split.prop' argument to
the |
gaps_at |
Columns of 'colData' to use to establish gaps between columns. |
gaps_row |
Passed to the heatmap function; if missing, will be set automatically according to toporder. |
anno_rows |
Columns of 'rowData' to use for left annotation. |
anno_columns |
Columns of 'colData' to use for top annotation. |
anno_colors |
List of colors to use for annotation. |
show_rownames |
Whether to show row names (default TRUE if less than 50 rows to plot). |
show_colnames |
Whether to show column names (default FALSE). |
... |
Further arguments passed to 'pheatmap' |
A heatmap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.