plotGenderMarkers | R Documentation |
This is a convenience function that quickly plots known sexually dimorphic genes, and overall gene experssion for the X and Y chromosomes.
plotGenderMarkers(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotGenderMarkers(object, ...)
## S4 method for signature 'SummarizedExperiment'
plotGenderMarkers(object, style = "wide", ...)
object |
Object. |
... |
Passthrough to |
style |
|
ggplot
.
Currently only Homo sapiens and Mus musculus genomes are supported.
Updated 2022-03-07.
plotCounts()
.
data(
RangedSummarizedExperiment,
SingleCellExperiment_splatter,
package = "AcidTest"
)
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
try({
plotGenderMarkers(object)
})
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
try({
plotGenderMarkers(object)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.