R/plotGenderMarkers-methods.R
plotGenderMarkers.Rd
This is a convenience function that quickly plots known sexually dimorphic genes, and overall gene experssion for the X and Y chromosomes.
# S4 method for SummarizedExperiment plotGenderMarkers(object, assay = 1L, interestingGroups = NULL, countsAxisLabel = "counts", medianLine = TRUE, color = getOption("basejump.discrete.color", NULL), legend = getOption("basejump.legend", TRUE), style = "wide")
object | Object. |
---|---|
assay |
|
interestingGroups |
|
countsAxisLabel |
|
medianLine |
|
color |
To set the discrete color palette globally, use: options(basejump.color.discrete = ggplot2::scale_color_viridis_d()) |
legend |
|
style |
|
... | Additional arguments. |
ggplot
.
Currently only Homo sapiens and Mus musculus genomes are supported.