Description Usage Arguments Value
View source: R/pathway_functions.R
Used to restructure list of vectors to bipartate graph format.
1 | list_to_table(pth, uni = NULL)
|
pth |
A list object, with each slot containing a vector. |
uni |
The full, unique set of elements in all the vectors in the list passed in the argument, pth. If not provided this will be automatically recalculated. |
matrix
object with logical values representing a bipartate graph; rows are set as the slot names of the input list. Columns are set as all the unique elements in the vectors the list contains.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.