format_pathways: Format the output of msigdbr to use with SCPA

View source: R/FormatPathways.R

format_pathwaysR Documentation

Format the output of msigdbr to use with SCPA

Description

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

Usage

format_pathways(msigdbr_output)

Arguments

msigdbr_output

output from msigdbr

Value

list of pathways with corresponding genes

Examples

## Not run: 
pathways <- format_pathways(
     pathways
)

## End(Not run)


jackbibby1/SCPA documentation built on May 14, 2024, 7:16 a.m.