Description Usage Arguments Value
Create long table combining gene expression and cell metadata
1 2 | melt_genes(genes, cell_metadata = cell_data, expression_matrix = data,
predict = FALSE, factorisation = SDAresults)
|
genes |
character vector; vector of gene symbols, of which expression values will be plotted over pseudotime |
cell_metadata |
data.table with columns cell, Tsne1_QC1, Tsne2_QC2, and components V1, V2 etc. |
expression_matrix |
matrix; rows=cells, columns=genes, unimputed but normalised (scaled) expression values |
predict |
logical; if TRUE (default FALSE) imputed/predicted gene expression is used |
factorisation |
SDA factorisation object, output of SDAtools::load_results() |
data.table with columns 'cell', 'PsuedoTime', 'Tsne1_QC1', 'Tsne2_QC1', 'Gene', and 'Expression'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.