plotDegHeatmap | R Documentation |
Deprecated functions
plotDegHeatmap(object, ...)
camel(...)
plotCountsPerGene(object, ...)
plotDEGHeatmap(...)
## S4 method for signature 'missing'
plotDegHeatmap(object, results, counts, ...)
plotGeneSaturation(object, ...)
plotGenesDetected(object, ...)
plotMA(...)
plotMeanAverage(...)
plotMeanSD(...)
plotPCA(...)
plotPCACovariates(...)
plotQC(...)
plotRRNAMappingRate(...)
prepareRNASeqTemplate(...)
topTables(...)
writeCounts(..., dir = getOption(x = "acid.export.dir", default = getwd()))
... |
Additional arguments. |
object |
Object. |
counts |
|
dir |
|
`results` |
|
`counts` |
|
.Deprecated
.
Deprecated.
a <- function(...) {
.Deprecated("b")
b(...)
}
b <- function(x) {
x + 1L
}
withCallingHandlers(
expr = a(1L),
warning = function(w) {
print(w)
invokeRestart("muffleWarning")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.