OBO::CCO::IntActParser - An IntAct to OBO parser/filter.


ONTO-PERL documentation  | view source Contained in the ONTO-PERL distribution.

Index


NAME

Top

OBO::CCO::IntActParser - An IntAct to OBO parser/filter.

DESCRIPTION

Top

A parser for IntAct to OBO conversion. The conversion is filtered according to the proteins already existing in the input ontology.

AUTHOR

Top

Vladimir Mironov <vladimir.mironov@bio.ntnu.no>

COPYRIGHT AND LICENSE

Top

parse

  Usage    - $intact_parser->parse($intact_file)
  Returns  - XML::XPath object
  Args     - IntAct data file path
  Function - parses IntAct data file 

work

  Usage - $IntActParser->work($ontology, $xpath, $up_map, $up_core_map, $adding_new_terms)
  Returns - OBO::Core::Ontology object 
  Args - OBO::Core::Ontology object, XML::XPath object, \( map UniProt AC=>ID, \( map UniProt AC=>ID), 
  \(
	  indirect file handle, # for writing a UniProt map for added proteins (AC=>ID)
	  parent term name for proteins (string), # to link new proteins to, e.g. 'cell cycle protein'
	  taxon id (string), # e.g. '3702'
  )
  Function - adds OBO::Core::Term objects for interactions and proteins to ontology


ONTO-PERL documentation  | view source Contained in the ONTO-PERL distribution.