plotDeseq: Plot DESeq Results

View source: R/plotDeseq.R

plotDeseqR Documentation

Plot DESeq Results

Description

Plot DESeq Results

Usage

plotDeseq(
  dataset = NULL,
  factor = NULL,
  rank = NULL,
  byGroup = T,
  alpha = 0.05
)

Arguments

dataset

MicroVis dataset. Defaults to the active dataset

factor

Factor along which to analyze data

rank

Rank at which to select features

byGroup

Group features by group? Defaults to TRUE

alpha

Significance threshold. Defaults to 0.05

Value

MicroVis dataset containing DESeq results


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.