DyspiaSimpleImpl {DysPIA}R Documentation

DyspiaSimpleImpl

Description

Runs dysregulated pathway identification analysis for preprocessed input data.

Usage

DyspiaSimpleImpl(
  pathwayScores,
  pathwaysSizes,
  pathwaysFiltered,
  leadingEdges,
  permPerProc,
  seeds,
  toKeepLength,
  stats,
  BPPARAM
)

Arguments

pathwayScores

Vector with enrichment scores for the pathways in the database.

pathwaysSizes

Vector of pathway sizes.

pathwaysFiltered

Filtered pathways.

leadingEdges

Leading edge gene pairs.

permPerProc

Parallelization parameter for permutations.

seeds

Seed vector

toKeepLength

Number of 'pathways' that meet the condition for 'minSize' and 'maxSize'.

stats

Named vector of gene pair-level scores. Names should be the same as in pathways of 'pathwayDB'.

BPPARAM

Parallelization parameter used in bplapply. Can be used to specify cluster to run. If not initialized explicitly or by setting 'nproc' default value 'bpparam()' is used.

Value

A table with DysPIA results. Each row corresponds to a tested pathway. The columns are the following:


[Package DysPIA version 1.3 Index]