Description Usage Arguments Value
Plot pseudotime expression panel
1 2 3 | plot_pseudotime_expression_panel(genes, factorisation = SDAresults,
cell_metadata = cell_data, ncol = 7, title = "Histone Genes",
gam_k = 5, point_size = 0.2, highlight_reigon = NULL)
|
genes |
character vector; vector of gene symbols, of which expression values will be plotted over pseudotime |
factorisation |
SDA factorisation object, output of SDAtools::load_results() |
cell_metadata |
data.table with columns cell, Tsne1_QC1, Tsne2_QC2, and components V1, V2 etc. |
ncol |
numeric; number of columns to use for faceting |
title |
string; Title to be used in plot |
gam_k |
numeric; passed to gam formula, controls smoothing |
point_size |
numeric; size of each cell (point) in plot |
highlight_reigon |
numeric vector; vector of size two with min and max pseudotime values between which to highlight in the plot |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.