plotCountsPerBiotype | R Documentation |
Plot counts per biotype
plotCountsPerBiotype(object, ...)
plotCountsPerBroadClass(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotCountsPerBiotype(
object,
normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"),
...
)
## S4 method for signature 'bcbioRNASeq'
plotCountsPerBroadClass(
object,
normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"),
...
)
object |
Object. |
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
... |
Additional arguments. |
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh, Rory Kirchner
data(bcb)
## bcbioRNASeq ====
plotCountsPerBiotype(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.