{"id":32639462,"url":"https://github.com/raghavagps/il6pred","last_synced_at":"2026-05-05T08:00:33.841Z","repository":{"id":106902215,"uuid":"287348139","full_name":"raghavagps/il6pred","owner":"raghavagps","description":"In silico model for predicting of Interleukin-6 inducing peptides","archived":false,"fork":false,"pushed_at":"2023-08-26T05:51:00.000Z","size":7185,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-21T10:49:32.859Z","etag":null,"topics":["covid19","deeo-learning","immunoinformatics","interleukin-6","machine-learning","vaccine"],"latest_commit_sha":null,"homepage":"http://webs.iiitd.edu.in/raghava/il6pred","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raghavagps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-13T18:03:14.000Z","updated_at":"2025-09-01T08:34:27.000Z","dependencies_parsed_at":"2023-04-26T23:00:46.748Z","dependency_job_id":null,"html_url":"https://github.com/raghavagps/il6pred","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raghavagps/il6pred","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavagps%2Fil6pred","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavagps%2Fil6pred/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavagps%2Fil6pred/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavagps%2Fil6pred/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raghavagps","download_url":"https://codeload.github.com/raghavagps/il6pred/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raghavagps%2Fil6pred/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["covid19","deeo-learning","immunoinformatics","interleukin-6","machine-learning","vaccine"],"created_at":"2025-10-31T02:12:00.842Z","updated_at":"2026-05-05T08:00:33.822Z","avatar_url":"https://github.com/raghavagps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# il6pred: A method for predicting and desiging IL-6 inducing peptides.\nSeveral methods have been developed for the prediction of the antigenic regions for subunit vaccines designing. Interleukin-6 (IL-6) is a rapidly produced proinflammatory cytokine generated as an immune response in various infections and tissue injuries. The elevated level of IL-6 causes cytokine release syndrome(CRS) in severe COVID-19 patients. Based on existing knowledge, we develop an in silico tool that allows the user to predict, scan, and map the IL-6 inducing/non-inducing peptides.\n\n## Reference\nDhall A, Patiyal S, Sharma N, Usmani SS, Raghava GPS (2020) Computer-aided prediction and design of IL-6 inducing peptides: IL-6 plays a crucial role in COVID-19. \u003ca href=\"https://pubmed.ncbi.nlm.nih.gov/33034338/\"\u003e Brief Bioinform. 22(2):936-945 \u003c/a\u003e.\n\n## Dataset folder\nContain all the datasets\n\n## Pip installation\nThe pip version of IL6pred is also available for easy installation and usage of the tool. The following command is required to install the package \n```\npip install il6pred\n```\nTo know about the available option for the pip package, type the following command:\n```\nil6pred -h\n```\n## Web Server\nhttps://webs.iiitd.edu.in/raghava/il6pred/\n# Installation\n```\ngit clone https://github.com/raghavagps/il6pred\nchange dir il6pred\nunzip RF_model.zip\npython il6pred.py -i peptide.fa\n```\n# Introduction\nIL6Pred is developed for predicting, desiging and scanning interleukin-6 inducing peptides. More information on IL6Pred is abvailble from its web server http://webs.iiitd.edu.in/raghava/il6pred . This page provide information about stnadalone version of IL6Pred. Please read/cite following paper for complete information including algorithm behind IL6Pred.\n\n**Models:** In this program, one model has been incorporated for predicting interleukin-6 inducing peptides. The model is trained on IL-6 inducing and non-inducing peptides.\n\n**Modules/Jobs:** This program implement three modules (job types); i) Predict: for predictin interleukin-6 inducing peptides, ii) Design: for generating all possible peptides and computing interleukin-6 inducing potential (score) of peptides, iii) Scan: for creating all possible overlapping peptides of given length (window) and computing interleukin-6 inducing potential (score) of these overlapping peptides.\n\n**Minimum USAGE:** Minimum usage is \"python il6pred.py -i peptide.fa\" where peptide.fa is a input fasta file. This will predict the interleukin-6 inducing potential of sequence  in fasta format. It will use other parameters by default. It will save output in \"outfile.csv\" in CSV (comma seperated variables).\n\n**Full Usage:** Following is complete list of all options, you may get these options by \"python il6pred.py -h\" \n```\nil6pred.py [-h] -i INPUT [-o OUTPUT] [-j {1,2,3}] [-t THRESHOLD]\n                  [-w {5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25}]\n                  [-d {1,2}]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -i INPUT, --input INPUT\n                        Input: protein or peptide sequence in FASTA format or single sequence per line in single letter code\n  -o OUTPUT, --output OUTPUT\n                        Output: File for saving results by default outfile.csv\n  -j {1,2,3}, --job {1,2,3}\n                        Job Type: 1:predict, 2:design and 3:scan, by default 1\n  -t THRESHOLD, --threshold THRESHOLD\n                        Threshold: Value between 0 to 1 by default 0.11\n  -w {5,6,7,..,25}, --winleng\n                        Window Length: 5 to 25 (scan mode only), by default 10\n  -d {1,2}, --display {1,2}\n                        Display: 1:Interleukin-6 inducing peptide, 2: All peptides, by defaIL6Pred\n```\n\n**Input File:** It allow users to provide input in two format; i) FASTA format (standard) and ii) Simple Format. In case of simple format, file should have one one peptide sequence in a single line in single letter code (eg. peptide.seq). Please note in case of predict and design module (job) length of peptide should be upto 25 amino acids, if more than 25, program will take first 25 residues. In case of scan module, minimum length of protein/peptide sequence should be more than equal to window length (pattern), see peptide.fa . Please note program will ignore peptides having length less than 8 residues (e.g., protein.fa).\n\n**Output File:** Program will save result in CSV format, in case user do not provide output file name, it will be stored in outfile.csv.\n\n**Threshold:** User should provide threshold between 0 and 1, please note score is propotional to interleukin-6 inducing potential of peptide.\n\n\nIL6Pred Package Files\n=======================\nIt contantain following files, brief descript of these files given below\n```\nINSTALLATION  \t: Installations instructions\n\nLICENSE       \t: License information\n\nREADME.md     \t: This file provide information about this package\n\nRF_model : Model file required for running Model 2\n\nil6pred.py \t: Main python program \n\noutfile.csv\t: Example output file in csv format\n\npeptide.fa\t: Example file contain peptide sequenaces in FASTA format\n\npeptide.seq\t: Example file contain peptide sequenaces in simple format\n\nprotein.fa\t: Example file contain protein sequenaces in FASTA format \n\nData            : This folder contains the files required to run the in-built python scripts.\n```\n# Address for contact\nIn case of any query please contact\n```\nProf. G. P. S. Raghava, Head Department of Computational Biology,            \nIndraprastha Institute of Information Technology (IIIT), \nOkhla Phase III, New Delhi 110020 ; Phone:+91-11-26907444; \nEmail: raghava@iiitd.ac.in  Web: http://webs.iiitd.edu.in/raghava/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghavagps%2Fil6pred","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraghavagps%2Fil6pred","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraghavagps%2Fil6pred/lists"}