VEP (Variant Effect Predictor) predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 年前
123456789101112131415161718192021222324252627
  1. ### VEP (Variant Effect Predictor)
  2. VEP predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
  3. ### Getting Started
  4. We recommend using choppy system and Aliyun OSS service. The command will look like this:
  5. ```
  6. # Activate the choppy environment
  7. $ open-choppy-env
  8. # Install the APP
  9. $ choppy install YaqingLiu/VEP [-f]
  10. # List the parameters
  11. $ choppy samples YaqingLiu/VEP-latest [--no-default]
  12. # Submit you task with the `samples.csv file` and `project name`
  13. $ choppy batch YaqingLiu/VEP-latest samples.csv -p Project [-l project:Label]
  14. # Query the status of all tasks in the project
  15. $ choppy query -L project:Label | grep "status"
  16. ```
  17. ### Output
  18. 1. maf
  19. 2. INPUT.vcf
  20. 3. BND.VEP.txt