MAIN_flatten_biopax: MAIN - Flatten BioPAX

Description Usage Arguments Details Author(s)

Description

Flatten BioPAX ontology file by extracting all "interactions".

Usage

1
2
3
MAIN_flatten_biopax(pwid_to_convert = c("test5", "all"),
  work_dir = "default", pw_df_path = "default", biopax = NULL,
  source_name = NULL, groupnum = NULL, ngroups = NULL)

Arguments

pwid_to_convert

Which pathway IDs to process? Takes either a vector of pathway IDs, or test5 to process 5 random pathways (can change to any number), or all to process all pathways.

pw_df_path

Path to the source table with pathway, id, name, and source values.

biopax

BioPAX object.

source_name

BioPAX public source name.

groupnum

Split pathway ids into ngroups groups. Only process group #groupnum out of a total of ngroups.

ngroups

See groupnum.

Details

Returns a dataframe with one complete "interaction" (pathway component) per row. Each "interaction" contains over 120 columns, flattening the BioPAX ontology as much as it is practically feasible. Each complex component is represented as a special string structure, similar to JSON.

Author(s)

Ivan Grishagin


grishagin/RIGconvertbiopax documentation built on May 5, 2019, 9:18 a.m.