plot_heatmap: Plot a Heatmap From Expression Data

Description Usage Arguments

Description

Plot a heatmap from expression data

Usage

1
2
plot_heatmap(tx, sample_table, color_by = NULL, num = NULL,
  scale = "row", show_rownames = FALSE, ...)

Arguments

tx

txi object, matrix or data frame with trancript abundance

sample_table

metadata data frame, containing description of each sample and experimental design

color_by

variable from sample table to group samples in the plot

num

number of genes to plot, filtering by variance between samples, if num is negative, it is used the absolute num of genes with smaller, if num is NULL all genes are used. default = NULL.

scale

logical, default = "row", normalize data by row, column or none

show_rownames

logical, default = FALSE

...

additional plot parameters, check pheatmap documentation for details


luciorq/txomics documentation built on Sept. 3, 2020, 5:36 a.m.