View source: R/splitSifnxByPathway.R
splitSifnxByPathway | R Documentation |
Splits SIFNX entries into individual pathways
splitSifnxByPathway(edges, parallel = FALSE)
edges |
a data.frame with SIF content with the additional column "PATHWAY_NAMES". "PATHWAY_NAMES" should include pathway names delimited with a semi-colon: ";". |
parallel |
a boolean that will parallelize the process; requires foreach/doSNOW/parallel packages |
This method can be slow; ~1.5 minutes for 150K+ rows. Has a parallelized method to speed things up.
a list of where each entry is a vector of row indicies for a given pathway
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.