Description Usage Arguments Details Value Examples
View source: R/expression_plot_2.R
Displays the level of expression of two genes in each cell on the 2D projected data.
1 | expression_plot_2(data, name.1, name.2, tsne)
|
data |
a data frame of n rows (genes) and m columns (cells) of read or UMI counts (note : rownames(data)=genes) |
name.1 |
the identifier of the first gene of interest |
name.2 |
the identifier of the second gene of interest |
tsne |
a table of n rows and 2 columns with t-SNE projection coordinates for each cell |
This function can be used independantly from any other. It displays the expression level of two genes of interest on a 2D projection.
'name.1' and 'name.2' can be any characters that correspond to a row name of 'data'.
The function returns a R plot.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.