View source: R/differential_usage.R
get_expressed_peaks_sce | R Documentation |
Selects peaks that are considered expressed above some provided criteria within a target or background cluster. Considers peaks expressed in some x% of cells to be highly expressed. Returns the union of peaks identified from the target and background cluster
get_expressed_peaks_sce(
peaks.sce.object,
population.1,
population.2 = NULL,
threshold = 0.05
)
peaks.sce.object |
the peak-count SCE object |
population.1 |
target population |
population.2 |
background population If NULL (deafult) all non-population.1 cells |
threshold |
percentage threshold of detected (non-zero) expression for including a peak |
an array of peak (or gene) names
## Not run:
get_expressed_peaks_sce(peak.sce, "1")
get_expressed_peaks_sce(peak.sce, population.1 = "1", population.2 = "2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.