unsupervised.3: Unsupervised heatmap by standard deviation

Description Usage Arguments Details Value

View source: R/unsupervised3.R

Description

unsupervised.3 Performs unsupervised clustering on the most variable features using heatmap.3 which allows for multiple Row/ColSideCol.

Usage

1
2
unsupervised.3(x, n, col = colorRampPalette(c("blue", "black", "yellow"))(50),
  get_hm = FALSE, main = NULL, ...)

Arguments

x

Numeric matrix with samples in columns and features in rows.

n

Number of features.

col

Color for heatmap. Defaults to blue-black-yellow color scheme.

get_hm

Logical vector whether to return heatmap with feature names.

main

Title.

...

Passes arguments to heatmap.3

Details

Finds the most variable features across all samples by standard deviation, clusters them, and plots it on a heatmap using the heatmap.3 function.

Value

A heatmap.3 object and plot.


sean-cho/toolkit documentation built on May 29, 2019, 4:24 p.m.