Skip to content

A motif-guided immunopeptidome database building tool to improve the sensitivity of HLA binding peptide identification

License

Notifications You must be signed in to change notification settings

BGI2016/IntroSpect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntroSpect

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.

Download and install

Please download the file IntroSpect_v1.0.0.tar.gz and unpackage .

tar zxvf IntroSpect_v1.0.0.tar.gz

Before Running

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).

Running

  1. Convert the database file to search space file
  • The '-file' should be set as the fasta file which you originally used for database search (e.g. uniprot.human.fasta).
  • The '-minLen' and '-maxLen' shoule be set according to the pMHC feature (e.g. -minLen 8 -maxLen 15).
  • The '-prefix' should be set according to your requirements (e.g. Human.IntroSpect)
perl ./DB2SS.pl -file uniprot.human.fasta -minLen 8 -maxLen 15 -prefix Human.IntroSpect -outdir ./SearchSpace
  • The results include serveral TXT files (Human.IntroSpect_*mer_filter.txt) and an SS file (Human.IntroSpect.ss). The TXT files contains the peptides splited from your protein database, and the SS file contains the path of these TXT files.
  1. Based on your previous database search results, filter the search space files to get a targeted database.
  • The '-ss' should be set as the SS file which you generated in the previous step.
  • The '-pep' should be set as the peptide list file you identified from conventional database search (e.g. hela.txt).
  • The '-GC' should be set as the path of pre-install GibbsCluster.
  • You can view other advanced parameters by using '-help'.
perl ./IntroSpect.pl -ss Human.IntroSpect.ss -pep hela.txt -prefix Hela -GC YourGibbsClusterPath/gibbscluster -outdir ./Hela
cd ./Hela/0.shell/
sh ./RUNALL.sh
  • The results include GibbsCluster and PSSM intermediate files, as well as the final target database (./3.result/Hela.IntroSpect.fasta). You can now re-perform your database search using this targeted database.

License

See included file LICENSE.

Please contact zhangle2@genomics.cn or libo@genomics.cn if any questions about IntroSpect.

About

A motif-guided immunopeptidome database building tool to improve the sensitivity of HLA binding peptide identification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages