Plot counts per biotype

plotCountsPerBiotype(object, ...)

plotCountsPerBroadClass(object, ...)

# S4 method for bcbioRNASeq
plotCountsPerBiotype(object,
  normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"), ...)

# S4 method for bcbioRNASeq
plotCountsPerBroadClass(object,
  normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"), ...)

Arguments

object

Object.

normalized

character(1) or logical(1). Normalization method to apply:

  • FALSE: Raw counts. When using a tximport-compatible caller, these are length scaled by default (see countsFromAbundance argument). When using a featureCounts-compatible caller, these are integer.

tximport caller-specific normalizations:

  • "tpm": Transcripts per million.

Additional gene-level-specific normalizations:

...

Additional arguments.

Value

ggplot.

Note

Updated 2019-09-16.

Examples

data(bcb) plotCountsPerBiotype(bcb)
#> Using tpm counts.
#> 63 / 100 features passed 'perRow' >= 1 cutoff.
#> Applying 'log2(x + 1L)' transformation.