Description Usage Arguments Value Examples
Title Plot 2D embedding with specific gene expression level as color scale
1 | Plot_Embed_Continous(exprmatx, embd, genename, title = "")
|
exprmatx |
Dataframe dataframe with each row represents a gene and each column represents a cell |
embd |
datafram. By calling Embedding(exprmatx). |
genename |
Gene Symbol, eg "Lars2" |
title |
title of plot |
a ggplot object
1 | lars2 <- Plot_Embed_Continous(exprmatx,embd,"Lars2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.