shell conda命令安装:
conda install -c bioconda vcftoolsvcftools文档:
OUTPUT FILE OPTIONS--out <output_prefix>This option defines the output filename prefix for all files generated by vcftools. For example, if <prefix> is…
下载安装VCFtools
下载地址:VCFtools 下载vcftools-vcftools-d511f46.tar.gz压缩包后
tar zxvf ./vcftools-vcftools-d511f46.tar.gz
cd /mnt/workspace/wzf/Tools/vcftools-vcftools-d511f46
bash autogen.sh
./configure
make
make install
第九章 本体论、分子通路鉴定
9.4 分子通路鉴定
You have got a set of genes or proteins from your experiments.How can you find out which pathways the proteins belong to?How can you find out which were the most significant pathways?为了后续的计算方便&…
前言 本文主要演示GEO数据库的一些工具,使用的数据是2015年在Nature Communications上发表的文章Regulation of autophagy and the ubiquitin-proteasome system by the FoxO transcriptional network during muscle atrophy.[pubmed:25858807] 作者通过将FoxO1-3-4…