PROFISIS(1) | User Commands | PROFISIS(1) |
profisis - protein-protein interaction sites identified from sequence
profisis [OPTION]
profisis (ISIS) is a machine learning-based method that identifies interacting residues from sequence alone. Although the method is developed using transient protein-protein interfaces from complexes of experimentally known 3D structures, it never explicitly uses 3D infor- mation. Instead, we combine predicted structural features with evolutionary information. The strongest predictions of the method reached over 90% accuracy in a cross-validation experiment. Our results suggest that despite the significant diversity in the nature of protein-protein interactions, they all share common basic principles and that these principles are identifiable from sequence alone.
The most up-to-date procedure can be found at <https://www.rostlab.org/owiki/index.php/How_to_generate_an_HSSP_file_from_alignment#Generating_an_HSSP_profile>.
/usr/share/librg-utils-perl/blast2saf.pl fasta=<query_fasta_file> maxAli=3000 eSaf=1 \ saf=<saf_formatted_file> <blast_output>
/usr/share/librg-utils-perl/copf.pl <saf_formatted_file> formatIn=saf formatOut=hssp \ fileOut=<hssp_formatted_file> exeConvertSeq=convert_seq
/usr/share/librg-utils-perl/hssp_filter.pl red=80 <hssp_formatted_file> fileOut=<filtered_hssp_formatted_file>
See description of --outformat option.
Required parameters
Optional parameters
Output ::= Header_Line Binary_Out Raw_Out Header_Line ::= '>' Header_String '\n' Binary_Out ::= ( Horiz_Sequence '\n' Bin_Pred '\n\n' )+ Horiz_Sequence ::= Amino_Acid_One_Letter_Code{,40} Bin_Pred ::= [P-]{,40}
'P' marks binding residue.
Raw_Out ::= ( Amino_Acid_Number ' ' Amino_Acid_One_Letter_Code ' ' Prediction_Score '\n' )+ Prediction_Score ::= Integer_Value
See example outputs in /usr/share/doc/profisis/examples.
'1 M 25' '2 R 36' ...
Parameters controlling post processing - these parameters affect only the top part of the 'pp' output format
profisis --fastafile /usr/share/doc/profisis/examples/3A1P_A.fasta --hsspfile /usr/share/doc/profisis/examples/3A1P_A.hssp --rdbproffile /usr/share/doc/profisis/examples/3A1P_A.rdbProf --outfile /tmp/3A1P_A.profisis
Yanay Ofran and Burkhard Rost
2022-01-18 | 1.0.11 |