incidence,list-method {BioCor}R Documentation

Creates the incidence matrix

Description

Given a list of pathways and its genes creates an incidence matrix.

Usage

## S4 method for signature 'list'
incidence(x)

Arguments

x

A list

Value

A matrix with pathways as rows and genes in columns.

Note

Designed to be easier to work with list and GeneSetCollection

Author(s)

LluĂ­s Revilla


[Package BioCor version 1.18.0 Index]