You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plotDEGHeatmap is an S4 generic function defined in the AcidGenerics package. Refer to this Bioconductor article for a history of the S4 system in R/Bioconductor.
Recommended approach for heatmap visualization of differentially expressed genes (DEGs) from DESeq2 output via plotDEGHeatmap first requires that the DESeqDataSet, DESeqTransform, and DESeqResults are packaged into a DESeqAnalysis object via the DESeqAnalysis() function.
Refer to the help documentation for usage details.
See related bcbioRNASeq issue from @Xiaofei-git: hbc/bcbioRNASeq#181
Also refer to corresponding bcbioRNASeq differential expression template for usage in bcbio RNA-seq analysis workflow: https://github.com/hbc/bcbioRNASeq/blob/master/inst/rmarkdown/templates/02-differential-expression/skeleton/skeleton.Rmd
plotDEGHeatmap
is an S4 generic function defined in the AcidGenerics package. Refer to this Bioconductor article for a history of the S4 system in R/Bioconductor.Recommended approach for heatmap visualization of differentially expressed genes (DEGs) from DESeq2 output via
plotDEGHeatmap
first requires that theDESeqDataSet
,DESeqTransform
, andDESeqResults
are packaged into aDESeqAnalysis
object via theDESeqAnalysis()
function.Refer to the help documentation for usage details.
Alternatively, here's how to look up supported methods for the desired generic function:
The text was updated successfully, but these errors were encountered: