View source: R/set_functions.R
Given a list of vectors, this function returns a biadjacency matrix indicating whether a given element (row) is present in a given vector (column)
1 2 | ## S3 method for class 'list'
as_biadjacency(x, universe = NULL, ...)
|
x |
A list of vectors; each entry should be a subset
of |
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.