View source: R/plotSignaturesHeatmap.R View source: R/plotSignaturesBoxplot.R
getIndexes | R Documentation |
Helper function to create heatmaps with gene signatures. Find the indexes to divide the data frame cells according to their subtype and gene signatures. Helper function of plotSignaturesHeatmaps.
Helper function to create heatmaps with gene signatures. Find the indexes to divide the data frame cells according to their subtype and gene signatures. Helper function of plotSignaturesHeatmaps.
getIndexes(ann_col, ann_row, order.columns, order.rows) getIndexes(ann_col, ann_row, order.columns, order.rows)
ann_col |
data frame; column annotations of cells and populations. |
ann_row |
data frame; row annotations of genes and populations. |
order.columns |
character vector; order of columns. |
order.rows |
character vector; order of rows. |
list; colsep = ref_seps, rowsep = ref_seps_c.
list; colsep = ref_seps, rowsep = ref_seps_c.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.