|
RJE_PPI V2.9.0RJE Protein-Protein Interaction Module
Copyright © 2010 Richard J. Edwards - See source code for GNU License Notice Imported modules:
See SLiMSuite Blog for further documentation. See FunctionThis module is contains methods for manipulating protein-protein interaction (PPI) dictionaries. Database-specific classes and methods can be found in rje_hprd and rje_biogrid, while broader-scale functionality is found in the PINGU application. With time, generic PINGU functions should be migrated to this module and used by PINGU. The main purpose of rje_ppi is for use within other applications but there is also some standalone functionality for reading in a pairwise PPI file of delimited data with "Hub", "Spoke" and "Evidence" columns. Data is stored as an unannotated graph {Hub:[Spokes]} or an annotated graph {Hub:{Spoke:Evidence}} and rje_db Database tables that store additional Node and Edge data. Edge data is read directly from PPI Pairwise input, with 'Hub' and 'Edge' fields that combine to make the key. The Edge table will have an "Evidence" field and optional additional fields. The Node table will have a 'Node' field as the key (that matches the 'Hub' or 'Spoke' from the Edge table). CommandlineInput Options
Output/Processing Options
Layout Options
MCODE Options
See also rje.py generic commandline options. History Module Version History# 2.0 - Initial Compilation from earlier version. Complete reworking, including generation of PPI Object. # 2.1 - Added method for generating subnetworks based on +/- scoring. # 2.2 - Minor misc modifications. # 2.3 - Added extra Complex options. # 2.4 - Added SVG output. # 2.5 - Minor tweaks to R output and walltime default. # 2.6 - Added addPPI(hub,spoke,evidence) method. Added nodelist option. # 2.7 - Added tabout=T/F Output PPI data as Node and Edge tables [False] # 2.8 - Tweaked Spring Layout. Stores original Hub and Spoke Field. # 2.8.1 - Fixed bug with Spring Layout interruption message. # 2.9.0 - Added ppiout=FILE : Save pairwise PPI file following processing (if rest=None) [None] RJE_PPI REST Output formatsRun with&rest=docs for program documentation and options. A plain text version is accessed with &rest=help .&rest=OUTFMT can be used to retrieve individual parts of the output, matching the tabs in the default( &rest=format ) output. Individual OUTFMT elements can also be parsed from the full (&rest=full ) server output,which is formatted as follows: ###~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~### # OUTFMT: ... contents for OUTFMT section ... Available REST OutputsThere is currently no specific help available on REST output for this program.© 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |