plot_gene_set_haystack_raw.Rd
Visualizing the detection/expression of a set of genes in a 2D plot
plot_gene_set_haystack_raw(
x,
y,
genes = NA,
detection,
high.resolution = TRUE,
point.size = 1,
order.by.signal = FALSE
)
x-axis coordinates of cells in a 2D representation (e.g. resulting from PCA or t-SNE)
y-axis coordinates of cells in a 2D representation
Gene names that are present in the input expression data, or a numerical indeces. If NA, all genes will be used.
a logical matrix showing detection of genes (rows) in cells (columns)
logical (default: TRUE). If set to FALSE, the density plot will be of a lower resolution
numerical value to set size of points in plot. Default is 1.
If TRUE, cells with higher signal will be put on the foreground in the plot. Default is FALSE.
A plot