1 Star 0 Fork 0

王诗翔 / neopeptides

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

neopeptides

Lifecycle: stable

The goal of neopeptides is to calculate and explore property indices of peptides for cancer immunotherapy study.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ShixiangWang/neopeptides")

Configuration

To use neopeptide, blast is required.

After installation of blast, you can set the path with

set_blast_path()
# e.g. 
# set_blast_path("/Users/wsx/anaconda3/bin/")

Then install required protein database with

install_database()

Major features

  • calc_iedb_score() - Calculate IEDB Score for Peptides.
  • calc_dissimilarity() - Calculate Dissimilarity Value to Reference Proteome for Peptides.

Examples

library(neopeptides)

calc_iedb_score(c("MTEYKLVVVGAGDVGKSALTIQLIQNHFVDEYDP", "MTEYKLVVVG"))
#> => Running blastp for homology to IEDB antigens..
#> => Summing IEDB local alignments...
#> => Done.
#> => Removing temporary files...
#>                               peptide   iedb_score
#> 1: MTEYKLVVVGAGDVGKSALTIQLIQNHFVDEYDP 5.038247e-01
#> 2:                         MTEYKLVVVG 5.895595e-05
#>                                                                                    annotation
#> 1:                      18142|polyprotein precursor|NP_041724.2|West Nile virus|11082 DVGVSAL
#> 2: 32238|polyprotein [Hepatitis C virus subtype 1a]|ABV46251.2|Hepatitis C virus|11103 KLVVLG
calc_dissimilarity(c("MTEYKLVVVGAGDVGKSALTIQLIQNHFVDEYDP", "MTEYKLVVVG"))
#> => Running blastp for homology to self antigens..
#> => Summing local alignments...
#> => Done.
#> => Removing temporary files...
#>                               peptide dissimilarity
#> 1: MTEYKLVVVGAGDVGKSALTIQLIQNHFVDEYDP             0
#> 2:                         MTEYKLVVVG             0

Citation

Revisiting neoantigen depletion signal in the untreated cancer genome. Shixiang Wang, Xuan Wang, Tao Wu, Zaoke He, Huimin Li, Xiaoqin Sun, Xue-Song Liu bioRxiv 2020.05.11.089540; doi: https://doi.org/10.1101/2020.05.11.089540

Researches used this tool

  • Wang X, Wang S, Han Y, Xu M, Li P, Ke M, Teng Z, Huang P, Diao Z, Yan Y, Meng Q, Kuang Y, Zheng W, Liu H, Liu X, Jia B. Association of CSMD1 with Tumor Mutation Burden and Other Clinical Outcomes in Gastric Cancer. Int J Gen Med. 2021;14:8293-8299 https://doi.org/10.2147/IJGM.S325910

Reference

  • Richman LP, Vonderheide RH, Rech AJ. Neoantigen Dissimilarity to the Self-Proteome Predicts Immunogenicity and Response to Immune Checkpoint Blockade. Cell Systems. 2019 Oct;9(4):375-382.e4. DOI: 10.1016/j.cels.2019.08.009.
  • R package antigen.garnish https://github.com/immune-health/antigen.garnish

LICENSE

MIT © 2019-2020 Shixiang Wang, Xue-Song Liu

# MIT License Copyright (c) 2019 Shixiang Wang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
R
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/ShixiangWang/neopeptides.git
git@gitee.com:ShixiangWang/neopeptides.git
ShixiangWang
neopeptides
neopeptides
master

搜索帮助