heatmap_prediction: Create a heatmap of data with predicted outcomes at the top...

View source: R/classifier_visualization.R

heatmap_predictionR Documentation

Create a heatmap of data with predicted outcomes at the top and consensus

Description

Create a heatmap of data with predicted outcomes at the top and consensus

Usage

heatmap_prediction(se, assay = "data", cls_results, scale = FALSE, ...)

Arguments

se

SummarizedExperiment container

assay

a name of assay slot in se

cls_results

An output of classification_summary_workflow

scale

If TRUE, the data (=assays(se)[[assay]]) will be scaled

...

Additional parameters to be passed to Heatmap

Value

Heatmap object


skimlab/CCSBUtils documentation built on March 30, 2022, 4:52 a.m.