View source: R/GEX_coexpression_coefficient.R
GEX_coexpression_coefficient | R Documentation |
Returns eiter a plot or numeric data of coexpression levels of selected genes.Coexpression % is calculated as the quotient of double positive cells (counts \> 0) and the sum of total cells positive for either genes.
GEX_coexpression_coefficient(GEX, genes, subsample.n, plot.dotmap)
GEX |
GEX seurat object generated with VDJ_GEX_matrix (VDJ_GEX_matrix.output\[\[2\]\]) |
genes |
Character vector. At least 2 genes present in rownames(GEX). Use "all" to include all genes. The number of comparisons to make is the length(genes)! (factorial). More than 100 genes are not recommended. |
subsample.n |
Interger. Number of cells to subsample. If set to 100, 100 cells will be randomly sampled for the calculation |
plot.dotmap |
Boolean. Whether to return a plot |
Returns a dataframe if pot.dotmap == FALSE or a ggplot if plot.dotmap == TRUE detailing the coexpression levels of selected genes within the given cell population
GEX_coexpression_coefficient(GEX = Platypus::small_vgm[[2]]
, genes = c("CD19", "CD83"), subsample.n = "none", plot.dotmap = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.