IntroSpect is a motif-guided immunopeptidome database building tool to improve the sensitivity of HLA binding peptide identification. It is a command-line tool written in Perl which requires GibbsCluster v2.0 preinstalled, in Darwin (Mac) or Linux platforms. The tool takes an input protein FASTA database and peptides identified by conventional search and outputs targeted database which could be used for refined high sensitivity identification.
Please download the file IntroSpect_v1.0.0.tar.gz and unpackage .
tar zxvf IntroSpect_v1.0.0.tar.gz
Here, we assume that you have completed a database search of the immunopeptidome from a Hela cell line based on one common search tools (e.g. MaxQuant). The name of the protein library you use is 'uniprot.human.fasta', and the list of peptides you get is 'hela.txt' (This file has a single column of peptide sequences that have been removed the modification information, and no headers are required).
Convert the database file to search space file
perl ./DB2SS.pl -file uniprot.human.fasta -minLen 8 -maxLen 15 -prefix Human.IntroSpect -outdir ./SearchSpace
Based on your previous database search results, filter the search space files to get a targeted database.
perl ./IntroSpect.pl -ss Human.IntroSpect.ss -pep hela.txt -prefix Hela -GC YourGibbsClusterPath/gibbscluster -outdir ./Hela
cd ./Hela/0.shell/
sh ./RUNALL.sh
See included file LICENSE.
Please contact zhangle2@genomics.cn or libo@genomics.cn if any questions about IntroSpect.