slide_de_threshold: make a slideable threshold for cutting off significant genes...

View source: R/shiny.R

slide_de_thresholdR Documentation

make a slideable threshold for cutting off significant genes in a DE table.

Description

make a slideable threshold for cutting off significant genes in a DE table.

Usage

slide_de_threshold(
  de_table,
  contrast = 1,
  lfc = 1,
  p = 0.05,
  according_to = "deseq"
)

Arguments

de_table

Table of DE results.

contrast

Use this contrast for visualization.

lfc

LogFC starting cutoff.

p

Starting pvalue cutoff.

according_to

Which method to deem the arbiter of truth?


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.