matrix_narnea: Runs the NaRnEA algorithm on multiple samples / regulons...

View source: R/narnea_funcs.R

matrix_narneaR Documentation

Runs the NaRnEA algorithm on multiple samples / regulons simultaneously.

Description

Runs the NaRnEA algorithm on multiple samples / regulons simultaneously.

Usage

matrix_narnea(ges.mat, regulon.list, seed.val = 343, min.targets = 30)

Arguments

ges.mat

Matrix of gene expression signatures (genes X samples).

regulon.list

List of regulon lists, with am and aw values.

seed.val

Value of seed to ensure reproducibility. Default of 343.

min.targets

Minimum number of targets needed between a regulon and a GES. Default of 30.

Value

List of matrices; 'nes' and 'pes'.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.