View source: R/plotting_functions.R
get_relative_expression_sce | R Documentation |
Calculate a relative expression between two or more peaks by dividing the expression of each peak by the mean of the peak expression for that gene - or set of provided peaks
get_relative_expression_sce(
peaks.sce.object,
peak.set = NULL,
gene.name = NULL,
feature.type = c("UTR3", "exon"),
p.count = 1
)
peaks.sce.object |
Seurat object |
peak.set |
set of peaks |
gene.name |
gene name for retrieving a set of peaks |
feature.type |
features to consider. 3'UTR and exon by default. |
p.count |
Pseudo-count |
a matrix of relative expression
## Not run:
get_relative_expression(peaks.seurat, gene.name = "Cxcl12")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.