PlotPhylochipHeatmap: PlotPhylochipHeatmap

Description Usage Arguments Value Author(s) References Examples

Description

Plots heatmap of the oligo profiles together with phylotype grouping and sample clustering

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
PlotPhylochipHeatmap(
  data,
  taxonomy,
  metric = "pearson",
  level = "L1",
  tree.display = TRUE,
  palette = "white/black",
  fontsize = 40,
  figureratio = 10,
  hclust.method = "complete"
)

Arguments

data

oligoprofile data in original (non-log) domain

taxonomy

oligo-phylotype mappings

metric

clustering metric

level

taxonomic level to show (L0 / L1 / L2 / species)

tree.display

tree.display

palette

color palette ("white/black" / "white/blue" / "black/yellow/white")

fontsize

font size

figureratio

figure ratio

hclust.method

hierarchical clustering method. See help(hclust) for details. To prevent ordering of the rows, use hclust.method = NULL.

Value

parameters

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

See citation("microbiome")

Examples

1
# TODO

microbiome/HITChipDB documentation built on June 7, 2020, 8:25 a.m.