as_biadjacency.list: Given a list of vectors, this function returns a biadjacency...

Description Usage Arguments

View source: R/set_functions.R

Description

Given a list of vectors, this function returns a biadjacency matrix indicating whether a given element (row) is present in a given vector (column)

Usage

1
2
## S3 method for class 'list'
as_biadjacency(x, universe = NULL, ...)

Arguments

x

A list of vectors; each entry should be a subset of universe.

universe

A vector. Incidence mappings will only be returned for entries that are present in this vector. If missing/NULL, the union of the genesets is taken to be the universe.

...

Further arguments (unused at present).


russHyde/warper documentation built on Jan. 9, 2020, 12:36 a.m.