반응형
안녕하세요
한주현입니다
오늘은 VCF 파일의 indexing 방법에 대하여 알아보고자 합니다
VCF파일에 대한 간단한 설명은 아래 링크를 참조해 주세요
https://samtools.github.io/hts-specs/VCFv4.2.pdf
# Command Line
$ bgzip -c sample.vcf > sample.vcf.gz
$ tabix -p vcf sample.vcf.gz
# Result
sample.vcf.gz.tbi
bgzip 또는 tabix 의 설치에 관한 링크는 다음을 참조하시면 됩니다
bgzip 설치
tabix 설치
그럼 다음에 봐요~
반응형
'생물정보학 > Tools' 카테고리의 다른 글
SnpEff 사용방법1 - 다운로드 및 설치, vcf annotation (4) | 2017.03.31 |
---|---|
wANNOVAR - 웹기반 Annotation Tool (0) | 2017.03.24 |
samtools 1.4 발표 - 설치 방법 (0) | 2017.03.14 |
samtools 설치하기 (0) | 2017.03.14 |
bcftools 설치하기 (2) | 2017.03.14 |
댓글