plot_BioDescr {immcp}R Documentation

Plot Biological descriptor

Description

Plot Biological descriptor

Usage

plot_BioDescr(
  BioDescr,
  type = "heatmap",
  cluster_k = 2,
  colors = c("#2E9FDF", "#E7B800")
)

Arguments

BioDescr

BioDescr object.

type

one of "heatmap" and "clusterplot".

cluster_k

Number vector, number of cluster.

colors

vector of colors.

Value

Returns NULL, invisibly.


[Package immcp version 1.0.3 Index]