VEP (Variant Effect Predictor) predicts the functional effects of genomic variants. The annotated VCF will be converted into MAF based on vcf2maf.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 4 años
hace 4 años
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