VEP (Variant Effect Predictor) predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 anni fa
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. INPUT.vcf
  19. 2. maf
  20. 3. BND.VEP.txt