VEP (Variant Effect Predictor) predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

4 anos atrás
4 anos atrás
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