smearPlot | R Documentation |
Smear plot
smearPlot(object, ...)
## S4 method for signature 'EdgeResult'
smearPlot(
object,
contrast = NULL,
freeRelation = FALSE,
xlab = "Average logCPM",
ylab = "logFC",
pch = 19,
cex = 0.2,
smearWidth = 0.5,
panel.first = grid(),
smooth.scatter = FALSE,
lowess = FALSE,
multipage = FALSE,
...
)
object |
An object |
... |
Other parameters |
contrast |
Character, contrast of interest |
freeRelation |
Logical |
xlab |
Character |
ylab |
Character |
pch |
Character or integer |
cex |
Numeric |
smearWidth |
Numeric |
panel.first |
Grid |
smooth.scatter |
Logical |
lowess |
Logical |
multipage |
Logical |
smearPlot(EdgeResult)
: Method for EdgeResult
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.