View source: R/Script_DROPLET_08_ADHOC_PLOT_HEATMAP_PlotValues_PSI_PseudoBulk.R
PlotValues.PSI.Pseudobulk.Heatmap.10x | R Documentation |
Heatmap of pseudo-bulk PSI values. x-axis represent main cell group, e.g. donor. y-axis represent sub-cell group, e.g. cell type
PlotValues.PSI.Pseudobulk.Heatmap.10x(
MarvelObject,
coord.intron,
x.column,
y.column,
x.levels,
y.levels,
xlabels.size = 8,
ylabels.size = 8,
min.pct.cells.gene.expr = 10,
min.n.cells.gene.expr = 10,
min.gene.counts.total = 3
)
MarvelObject |
Marvel object. S3 object generated from |
coord.intron |
Character string. Coordinates of splice junction whose expression will be plotted. |
x.column |
Character string. Column name in |
y.column |
Character string. Column name in |
x.levels |
Vector of character strings. Main cell groups to include for plotting. |
y.levels |
Vector of character strings. Sub-cell groups to include for plotting. |
xlabels.size |
Numeric value. Font size of heatmap column (main cell group) labels. Default is |
ylabels.size |
Numeric value. Font size of heatmap row (sub-cell group) labels. Default is |
min.pct.cells.gene.expr |
Numeric value. Percentage of cell expressing the gene in a pseudobulk, below which, the pseudobulk will be omitted from plotting. Default is |
min.n.cells.gene.expr |
Numeric value. Number of cell expressing the gene in a pseudobulk, below which, the pseudobulk will be omitted from plotting. Default is |
min.gene.counts.total |
Numeric value. Totol gene counts in a pseudobulk, below which, the pseudobulk will be omitted from plotting. Default is |
An object of class S3 with new slots MarvelObject$adhocPlot$Heatmap$Pseudobulk$Plot
and MarvelObject$adhocPlot$Heatmap$Pseudobulk$Data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.