Description Usage Arguments Value
Plot gene expression through pseudotime (Raw & Imputed)
1 2 | imputed_vs_raw(genes, cell_metadata = cell_data,
factorisation = SDAresults, expression_matrix = data, facet = T)
|
genes |
character vector; Gene Symbols of the genes to compute imputed expression for |
cell_metadata |
data.table with columns cell, Tsne1_QC1, Tsne2_QC2, and components V1, V2 etc. |
factorisation |
SDA factorisation object, output of SDAtools::load_results() |
expression_matrix |
matrix; rows=cells, columns=genes, unimputed but normalised (scaled) expression values |
facet |
logical; if TRUE (default) each column is a faceted plot, if FALSE just two plots are returned imputed & raw |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.