Description Usage Arguments Value Examples
This function plots the embedding produced by LLE, coloring cells by their expression levels of a gene of interest.
1 2 | graph_gene(exp_mat, embedding, samples, gene_ind, cell_symbols = 16,
title = "Gene Expression")
|
exp_mat |
Matrix of expression levels |
embedding |
Low-dimensional LLE embedding of cells |
samples |
Indices of cells to include in the plot |
gene_ind |
Index of gene to use |
cell_symbols |
Symbols to use for plotting each cell |
title |
Plot title |
None
1 2 3 4 | ## Not run:
graph_gene(traj,traj_lle,1:nrow(traj),1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.