R/geneset_utils.R
as_geneset.Rd
Coerce geneset input to named list
as_geneset(x)
Geneset input.
Named list. Supports standard pathways (list(pathway = c(...))) and signed pathways (list(pathway = list(up = c(...), down = c(...)))).
list(pathway = c(...))
list(pathway = list(up = c(...), down = c(...)))