plot_nonzero | R Documentation |
A function that calculates and plots "% expressed per marker gene per cluster" for the FRmatch
input data object.
% = number of cells that express the marker gene in the cluster / cluster size.
plot_nonzero(
sce.object,
return.plot = TRUE,
return.value = FALSE,
cellwidth = 15,
cellheight = 10,
main = NULL,
...
)
sce.object |
A |
return.plot |
Logical variable indicating if to return the plot. Default: |
return.value |
Logical variable indicating if to return the plotted values. Default: |
cellwidth , cellheight , main , ... |
Plotting parameters passed to |
if return.value = TRUE
, a matrix of plotted values.
## Not run:
data("sce.example")
plot_nonzero(sce.example)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.