您好,登錄后才能下訂單哦!
這篇文章主要介紹clinvar數據庫的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
clinvar數據庫
數據庫地址:https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh47/
安裝了ANNOVAR就可以直接下載:
perl annotate_variation.pl --downdb --buildver hg19 -downdb -webfrom annovar clinvar_20180603 ./
下載之后,得到一些注釋信息,其中ANNOVAR包含5個注釋信息CLNALLELEID, CLNDN, CLNDISDB, CLNREVSTAT, CLNSIG:
ALLELEID ="the ClinVar Allele ID" CLNDN ="ClinVar's preferred disease name for the concept specified by disease identifiers in CLNDISDB" CLNDNINCL ="For included Variant : ClinVar's preferred disease name for the concept specified by disease identifiers in CLNDISDB" CLNDISDB ="Tag-value pairs of disease database name and identifier, e.g. OMIM:NNNNNN" CLNDISDBINCL ="For included Variant: Tag-value pairs of disease database name and identifier, e.g. OMIM:NNNNNN" CLNHGVS ="Top-level (primary assembly, alt, or patch) HGVS expression." CLNREVSTAT ="ClinVar review status for the Variation ID" CLNSIG ="Clinical significance for this single variant"
其中CLNDSDB指該記錄來源的數據庫。
有時候clinvar數據庫更新比較快,而ANNOVAR官方提供的注釋文件可能不及時,我們可以自行下載數據,利用ANNOVAR提供的腳本制作clinvar的注釋文件:
準備工作:
1.先安裝一下vt :https://genome.sph.umich.edu/wiki/Vt#Installation 如果報錯見:https://www.億速云.com/article/461
2.腳本prepare_annovar_user.pl下載地址:http://www.openbioinformatics.org/annovar/download/prepare_annovar_user.pl
命令行如下:
export PATH=/share/work/biosoft/annovar/2018Apr16/annovar:/share/work/biosoft/vt/vt-0.57721/:$PATH wget ftp://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh47/clinvar_20180805.vcf.gz wget ftp://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh47/clinvar_20180805.vcf.gz.tbi vt decompose clinvar_20180805.vcf.gz -o temp.split.vcf prepare_annovar_user.pl -dbtype clinvar_preprocess2 temp.split.vcf -out temp.split2.vcf vt normalize temp.split2.vcf -r ../../GRCH37/Homo_sapiens.GRCh47.dna.toplevel.fa -o temp.norm.vcf -w 2000000 prepare_annovar_user.pl -dbtype clinvar2 temp.norm.vcf -out hg19_clinvar_20180805.txt #index_annovar.pl hg19_clinvar_20180805_raw.txt -out hg19_clinvar_20180805.txt -comment comment_20180805.txt
最后:index_annovar.pl 腳本沒有找到,其實文件不大,也可以不建立索引。
以上是“clinvar數據庫的示例分析”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。