extractGeneList: Gene list extraction from result

View source: R/DEG_list_helper.R

extractGeneListR Documentation

Gene list extraction from result

Description

Get DEG list from list of results generated by limma or DESeq2.

Usage

extractGeneList(resultsLS, fco, qco, cnt = NULL, remove_ambi = FALSE)

Arguments

resultsLS

list of result data frames. (limma results default)

fco

fold change cut-offs (NOT LOG). Used to filter logFC column.

qco

adjusted p value cut-offs. Used to filter adj.P.Val column.

cnt

DEG count constrains (not used).

remove_ambi

Remove genes both in up and down?

Value

Nested list of DEGs


LittleHeronCodes/Lazy2 documentation built on April 20, 2024, 11:24 p.m.