Description Usage Arguments Value
Create long data table of gene expression for a subset of genes with pseudotimes
1 2 | gene_expression_pseudotime(genes, factorisation = SDAresults,
cell_metadata = cell_data)
|
genes |
character vector; Gene Symbols of the genes to compute imputed expression for |
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. |
A data.table with variables cell (the cell barcode), PseudoTime, Tsne coordinates, value (containing imputed expression values), and Gene (a string indicator for which gene each value is for)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.