Description Usage Arguments Value Examples
Title Plot 2D embedding with factor group as color scale
1 | Plot_Embed_Category(exprmatx, embd, group = "red", title = "")
|
exprmatx |
Dataframe dataframe with each row represents a gene and each column represents a cell |
embd |
datafram. By calling Embedding(exprmatx). |
group |
list. (default="red") corresponding to colnames of exprmatx |
title |
str. Fig title. |
a ggplot object
1 | sti_vs_ctrl <- Plot_Embed_Category(exprmatx,embd,roup=c(rep("sti",3),rep("ctrl",5)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.