plot_all_transcripts | R Documentation |
plot expression all transcripts for an input gene superimposed on an embedding
plot_all_transcripts(
seu,
features,
embedding = "umap",
from_gene = TRUE,
combine = TRUE
)
seu |
A seurat object |
features |
gene or vector of transcripts |
embedding |
umap |
from_gene |
whether to look up transcripts for an input gene |
processed_seu <- clustering_workflow(human_gene_transcript_seu)
transcripts_to_plot <- genes_to_transcripts("RXRG")
plot_all_transcripts(processed_seu, features = transcripts_to_plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.