GetTopGenes: GetTopGenes

View source: R/DifferentialGeneExpression.R

GetTopGenesR Documentation

GetTopGenes

Description

GetTopGenes

Usage

GetTopGenes(
  deg = NULL,
  pval = 0.05,
  fold = 1.5,
  type = "double",
  ntop = NULL,
  group = NULL
)

Arguments

deg

Data frame with DGE results.

pval

P-value threshold.

fold

Fold chagne threshold.

type

Type of selected fold change. Available options are: "double", negatives and positive, "positive", and "negative".

ntop

Number of top fold changes.

group

If top. Group label to divide the data frame.

Value

Data frame with the top genes.


MartinLoza/RNAseqAnalysis documentation built on March 18, 2022, 2:13 a.m.