select_sig: Select biomarker candidates

Description Usage Arguments Value Examples

View source: R/functions.R

Description

A method that integrates differential expression (DE) analysis and differential network (DN) analysis to select biomarker candidates for survival time prediction.

Usage

1
2
select_sig(x = NULL, class_label = NULL, id = NULL, partial = NULL,
  method = NULL, p_val = NULL)

Arguments

x

a data frame consists of data from group 1 and group 2.

class_label

a binary array with 0: group 1; 1: group 2.

id

an array of biomolecule ID.

partial

logical. If TRUE the sparse differential network will be obtained by using partial correlation. If FALSE, correlation.

method

a character string indicating which correlation coefficient is to be computed. One of "pearson" (default) or "spearman".

p_val

a path to either a data frame or matrix that contains p-values or NULL.

Value

data frames INDEED_result and Met_dn

Examples

1

cx30/INDEED documentation built on May 5, 2019, 2:41 a.m.