Description Usage Arguments Value Author(s) See Also Examples
Plot Sexually Dimorphic Gender Markers
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | plotGenderMarkers(object, ...)
## S4 method for signature 'SummarizedExperiment'
plotGenderMarkers(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotGenderMarkers(object, normalized = c("rlog",
"vst", "tpm"), ...)
## S4 method for signature 'DESeqDataSet'
plotGenderMarkers(object, ...)
## S4 method for signature 'DESeqTransform'
plotGenderMarkers(object, ...)
|
object |
Object. |
... |
Additional arguments. |
normalized |
Character indicating which normalization method to apply:
|
ggplot
.
Michael Steinbaugh
Other Quality Control Functions: plot5Prime3PrimeBias
,
plotCorrelationHeatmap
,
plotCountDensity
,
plotCountsPerGene
,
plotDispEsts
,
plotExonicMappingRate
,
plotGeneSaturation
,
plotGenesDetected
,
plotIntronicMappingRate
,
plotMappedReads
,
plotMappingRate
, plotMeanSD
,
plotPCACovariates
, plotPCA
,
plotRRNAMappingRate
,
plotTotalReads
1 2 3 4 5 6 7 8 | # bcbioRNASeq ====
plotGenderMarkers(bcb_small)
# DESeqDataSet ====
plotGenderMarkers(dds_small)
# DESeqTransform ====
plotGenderMarkers(rld_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.