View source: R/plot_gene_exp.R
This function plot gene expression on two-dimensional space
1 2 | plot_gene_exp(sce, geneofi, reduction, downsample = FALSE,
ds_cutoff = 0.7, zero_ratio = 0.7, ptsize = 0.7, fitting = FALSE)
|
sce |
SingleCellExperiment |
geneofi |
one gene of interest |
reduction |
dimensional reduction method |
downsample |
if do random downsampling of zeros |
ds_cutoff |
only do downsampling if zero percentage is over this cutoff |
zero_ratio |
downsampling zeros to this proportion |
ptsize |
point size |
fitting |
if plot logistic regression fitting |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.