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.

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #高置信位点整合Part2——从VCF和BAM文件中提取突变位点的信息
  2. > Author: Run Luyao
  3. >
  4. > E-mail:18110700050@fudan.edu.cn
  5. >
  6. > Git: http://choppy.3steps.cn/renluyao/HCC_Extract_Info.git
  7. >
  8. > Last Updates: 11/9/2019
  9. ## 安装指南
  10. ```bash
  11. # 激活choppy环境
  12. source activate choppy
  13. # 安装app
  14. choppy install renluyao/HCC_Extract_Info
  15. ```
  16. ## App概述
  17. 当我们拿到测序结果的时候,没有办法判断哪些是真的突变位点,哪些是假阳性
  18. ## 流程与参数
  19. 两个问题:
  20. 1. MNP
  21. 2. merge之后的pos相同,但是ref和alt不同
  22. 是不是gatk的问题,尝试用bcftools norm
  23. ## App输入变量与输入文件
  24. ## App输出文件
  25. ## 结果展示与解读
  26. ## CHANGELOG
  27. ## FAQ