plotCounts | R Documentation |
Normalized counts plus a pseudocount of 0.5 are shown by default.
plotCounts(
dds,
gene,
intgroup = "condition",
normalized = TRUE,
transform = TRUE,
main,
xlab = "group",
returnData = FALSE,
replaced = FALSE,
pc,
...
)
dds |
a |
gene |
a character, specifying the name of the gene to plot |
intgroup |
interesting groups: a character vector of names in |
normalized |
whether the counts should be normalized by size factor (default is TRUE) |
transform |
whether to have log scale y-axis or not. defaults to TRUE |
main |
as in 'plot' |
xlab |
as in 'plot' |
returnData |
should the function only return the data.frame of counts and covariates for custom plotting (default is FALSE) |
replaced |
use the outlier-replaced counts if they exist |
pc |
pseudocount for log transform |
... |
arguments passed to plot |
dds <- makeExampleDESeqDataSet()
plotCounts(dds, "gene1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.