Description Usage Arguments Value Author(s) See Also Examples
Plot Count Density
1 2 3 4 5 6 7 | plotCountDensity(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotCountDensity(object, interestingGroups,
normalized = c("tmm", "rlog", "vst", "tpm", "rle"), style = c("line",
"solid"), color = scale_color_hue(), fill = scale_fill_hue(),
title = "count density")
|
object |
Object. |
... |
Additional arguments. |
interestingGroups |
Character vector denoting groups of interest that
define the samples. If left unset, defaults to |
normalized |
Character indicating which normalization method to apply:
|
style |
Desired plot style (" |
color |
Desired ggplot color scale. Must supply discrete values. When
set to |
fill |
Desired ggplot fill scale. Must supply discrete values. When set
to |
title |
Title of plot. |
ggplot
.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
Other Quality Control Functions: plot5Prime3PrimeBias
,
plotCorrelationHeatmap
,
plotCountsPerGene
,
plotDispEsts
,
plotExonicMappingRate
,
plotGenderMarkers
,
plotGeneSaturation
,
plotGenesDetected
,
plotIntronicMappingRate
,
plotMappedReads
,
plotMappingRate
, plotMeanSD
,
plotPCACovariates
, plotPCA
,
plotRRNAMappingRate
,
plotTotalReads
1 2 3 4 5 6 7 | # bcbioRNASeq ====
plotCountDensity(bcb_small)
plotCountDensity(
object = bcb_small,
style = "line",
interestingGroups = "sampleName"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.