PlotRNACombinedHeatmaps: Generate gene heatmaps for all DEGs from a list of DESeq2...

Description Usage Arguments Author(s)

View source: R/RNAseqViz.R

Description

Generate gene heatmaps for all DEGs from a list of DESeq2 results

Usage

1
2
3
4
5
6
7
8
9
PlotRNACombinedHeatmaps(
  res.list,
  rld,
  vsd,
  outpath,
  padj.thresh,
  fc.thresh,
  plot.annos
)

Arguments

res.list

Named List containing DESeqResults objects for all comparisons generated by ProcessDEGs.

rld

A RangedSummarizedExperiment object of rlog transformed counts as returned by RunDESeq2.

vsd

A RangedSummarizedExperiment object of vst transformed counts as returned by RunDESeq2.

outpath

Path to directory to be used for output.

padj.thresh

Number indicating the adjusted p-value cutoff to be used for determining "significant" differential expression.

fc.thresh

Number indicating the log2 fold-change cutoff to be used for determining "significant" differential expression.

plot.annos

String or character vector defining the column(s) to use to annotate figures.

Author(s)

Jared Andrews


j-andrews7/AndrewsBCellLymphoma documentation built on Sept. 9, 2021, 11 a.m.