plot_heatmaps_embedding: Plot Expression Matrix Embedding

Description Usage Arguments

View source: R/PlotTree.R

Description

Plots two heapmaps one for the averaged gene expression calculated by assigning cells to their closest tree nodes and one for the expression matrix after the elastic principal tree interpolation is performed. Both matrices are returned as part of a list object

Usage

1
2
plot_heatmaps_embedding(Pseudotimes, EmbeddedTree, log_transform = F,
  cluster_genes = T)

Arguments

Pseudotimes

pseudotimes object as calculated by CalculatePseudotimes()

EmbeddedTree

elastic principal tree embedded in the full gene expression space as calculated by GenesSpaceEmbedding()

log_transform

whether or not gene expression values should be log-transformed to improve visualization. By default it is equal to False.

cluster_genes

wheter or not gene columns in the matrix will be clustered according to their expression values


soedinglab/merlot documentation built on June 28, 2020, 9:36 a.m.