Description Usage Arguments Details Author(s)
Converts a data table with pathway and gene IDs and interactions between them to a BioPAX object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | genes_and_interactions_to_biopax(gene_df
,filename = NULL
,cols = list(pwid = "toxdb.Pathway.ID"
,srcpwname = "source.Pathway.Name"
,first_dispname = "first_prot_sym"
,first_name = "first_name"
,first_genesym = "first_gene_sym"
,first_geneid = "first_gene_id"
,second_dispname = "second_prot_sym"
,second_name = "second_name"
,second_genesym = "second_gene_sym"
,second_geneid = "second_gene_id"
,pmid_author = "pmid_author"
,rxn_class = "reaction_class"
,ctrl_class = "control_class"
,ctrl_type = "control_type"
,second_left_right = "second_left_right"
)
|
gene_df |
data table with certain mandatory columns (see |
filename |
output filename. If |
cols |
|
Has an option of recording the BioPAX object to file. All necessary columns are defined in cols
variable. Returns a biopax
object.
Ivan Grishagin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.