This function takes the output of msigdbr and formats the pathways into something that can be used within SCPA

format_pathways(msigdbr_output)

Arguments

msigdbr_output

output from msigdbr

Value

list of pathways with corresponding genes

Examples

if (FALSE) {
pathways <- format_pathways(
     pathways
)
}