SENSE-PPI can be used to predict pairwise physical interactions between proteins. The simplest input is single a FASTA file with protein sequences.
The output is a .tsv file with all predictions as well as a secondary .tsv file that contains only positive interactions. By default, the predictions are made in "all vs all" manner: all possible protein pairs from the input file are considered.
In order to copmute the predictions for all possible pairs from FASTA file, the following command can be used:
In order to compute the predictions for all possible pairs from FASTA file, the following command can be used:
.. code-block:: bash
$ senseppi predict proteins.fasta
By default, if no model is provided, the pre-trained model on human PPIs is used.
By default, if no model is provided, the pre-trained model on human+worm+chicken+fly PPIs is used.