Description Usage Arguments Examples
Plot slice of 3D volume without thresholding and allowing for negative expression values. Used for comparing spatial expression of upregulated vs. downregulated gene sets.
| 1 2 | plotSliceComp(mat3D, slice, col = colorRampPalette(c("green", "blue", "black",
  "red", "yellow"), space = "Lab")(100), add = F)
 | 
| mat3D | 3D volume | 
| slice | Index of slice; limited to dimensions of mat3D | 
| col | Color | 
| add | Boolean whether to overlay onto existing plot | 
| 1 2 | data(vol3D)
plotSliceComp(vol3D, 75)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.