# HG changeset patch # User bornea # Date 1454089939 18000 # Node ID f8ef6b24862ba423e431dae3bef3b9faa089753e # Parent ecbbc746d5a7f2c40af1b36270f3eb0b54ae64ee Uploaded diff -r ecbbc746d5a7 -r f8ef6b24862b ProteinInteractions_v2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProteinInteractions_v2.xml Fri Jan 29 12:52:19 2016 -0500 @@ -0,0 +1,53 @@ + + + ProteinInteractions_v2.py $input $saint_cutoff $CPDB_cutoff $species $Cytoscape_File \$INSTALL_RUN_PATH/ + + INSTALL_RUN_PATH + + + + + + + + + + + + + + + + + + + + + + + + + +**Protein Interactions** + +This program will read in a SAINT 'list.txt' file and the interactions from ConsensusPathDB ( http://consensuspathdb.org/ ) and return all the interactions that we saw in our experiment in a format suitable for cytoscape. This allows us to filter before getting protein-protein interactions (PPI's) so that it doesn't affect our SAINT score or include interactions that don't score well. + +INPUT + +SAINT Output: SAINTexpress output. + +SAINT Score Cutoff: Saint score cutoff for import (between 0 and 1). + +Consensus Path Database Score Cutoff: Confidence of PPI from CPDB to include (between 0 and 1). + * low: no filtering + * medium: >0.5 + * high: >0.7 + * very high: >0.9 + +4) Species: Human, Yeast, or Mouse. + + + \ No newline at end of file