iso_compute_stats | R Documentation |
Compute stats on isoform expression relative to the total expression of a gene. Flags major and top (most expressed) transcripts
iso_compute_stats(count_matrix, count_zeros = TRUE)
count_matrix |
Count matrix of seurat object |
count_zeros |
if TRUE (default), features with zero expression are included in the stats |
data.frame with feature/gene_id/transcript_id, (sum) at transcript level relative percentage (perc) over total gene expression, boolean flags for major (maj) and top isoforms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.