Plot counts
plotCounts(object, ...) # S4 method for bcbioRNASeq plotCounts(object, genes, normalized = c("tpm", "sf", "fpkm", "vst", "rlog", "tmm", "rle"), ...)
| object | Object. |
|---|---|
| genes |
|
| normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
|
| ... | Passthrough to |
style = "facet": ggplot grouped by sampleName, with
ggplot2::facet_wrap() applied to panel the samples.
style = "wide": ggplot in wide format, with genes on the x-axis.
Updated 2019-09-18.
#> [1] "ENSMUSG00000000001" "ENSMUSG00000000003" "ENSMUSG00000000028" #> [4] "ENSMUSG00000000049" "ENSMUSG00000000058" "ENSMUSG00000000078"#> [1] "Gnai3" "Pbsn" "Cdc45" "Apoh" "Cav2" "Klf6"plotCounts(bcb, genes = geneIDs, style = "facet")#>#>plotCounts(bcb, genes = geneNames, style = "wide")#>#>