用户工具

站点工具


wgcna分析

参数说明

脚本路径:/TJPROJ6/RNA_SH/personal_dir/wangshuai/script/get_wgcna.py
python get_wgcna.py --help
python get_wgcna.py <fpkm> <outdir>
 
This program is used to get wgcna_result
 
import os
import sys
 
if len(sys.argv) != 3:
        print 'python %s <fpkm> <outdir>' % sys.argv[0]
        exit()
重要: 
参数 必须得有表达量fpkm的表和输出路径
wgcna分析.txt · 最后更改: 2023/05/11 08:09 由 wangshuai