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 'bcbioRNASeq'
plotGenderMarkers(
object,
normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"),
...
)
object |
Object. |
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
... |
Passthrough to |
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh
plotCounts()
.
data(bcb)
## bcbioRNASeq ====
## Simulate expression of sexually dimorphic gender marker genes.
rownames(bcb)[seq_len(2L)] <- c("ENSMUSG00000086503", "ENSMUSG00000069045")
plotGenderMarkers(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.