identify_degs: identify_degs

View source: R/DEG.R

identify_degsR Documentation

identify_degs

Description

Helper function to identify DEGs based on the limma package

Usage

identify_degs(mergeset, diagnosis, q_value = 0.01)

Arguments

mergeset

A matrix of merged expression sets (rows = genes, columns = samples). The output of the funtion 'sigident.preproc::load_geo_data()'.

diagnosis

A vector of integers, holding the binary outcome variable (0 = "Control", 1 = "Target").

q_value

A numeric value for the q-value (false discovery rate) (default=0.01).


miracum/clearly-sigident.func documentation built on June 28, 2022, 3:16 p.m.