Description Usage Arguments Details Author(s)
Converts IDs in a BioPAX object or a BioPAX-style data table to a uniform format.
1 2 | unify_biopax_ids(biopax, idtag = NULL,
exclude_id_pattern = "inxight_pathways", exclude_class = "Pathway")
|
biopax |
BioPAX object or a BioPAX-style data table. |
idtag |
String to append to each id (defaults to |
exclude_id_pattern |
Exclude components with such pattern in their IDs and of class |
exclude_class |
Exclude components with such class and |
ID unification is conducted by appending a class of a component to its throughout number. E.g. for a component of class Protein, #11 from the top of the table, ID will be "Protein11". In addition, component classes are corrected as well to ensure that components with the same id have the same class.
Ivan Grishagin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.