plot_transcript_composition | R Documentation |
plot the proportion of reads of a given gene map to each transcript
plot_transcript_composition(
seu,
gene_symbol,
group.by = "batch",
standardize = FALSE,
drop_zero = FALSE
)
seu |
A seurat object |
gene_symbol |
Gene symbol of gene of intrest |
group.by |
Name of one or more metadata columns to annotate columns by (for example, orig.ident) |
drop_zero |
Drop zero values |
plot_transcript_composition(human_gene_transcript_seu, "RXRG", group.by = "gene_snn_res.0.6")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.