plotCountsPerFeature | R Documentation |
Generally, we expect similar count spreads for all genes between samples unless the library sizes or total RNA expression are different.
plotCountsPerFeature(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotCountsPerFeature(
object,
normalized = c("tmm", "tpm", "sf", "fpkm", "vst", "rlog", "rle"),
...
)
plotCountDensity(object, ...)
object |
Object. |
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
... |
Passthrough to |
ggplot
.
plotCountsPerFeature(SingleCellExperiment)
: Applies aggregateCellsToSamples()
calculation to summarize at sample level prior to plotting.
Passes ...
to SummarizedExperiment
method.
Updated 2022-03-07.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
data(bcb)
## bcbioRNASeq ====
plotCountsPerFeature(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.