Skip to content

使用python撰写的一些具有针对性的任务脚本,可能有一款是你需要的

Notifications You must be signed in to change notification settings

sysyangb/python-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

01: oneButtonToGseaFile.py 一键处理表达谱生成可以用来做GSEA分析的脚本

  • 要注意的是 input file 和 annotation file 的第一行都需要用 # 注释, 详见实例文件.
  • 由于编者的习惯, 将表达谱第一列的格式规定为 gene_name(gene_id)(gene_type), 这个在gtf文件中可以提取到的.
usage:

python oneButtonToGseaFile.py --input [] --annotation [] --outputPrefix []

optional arguments:
  -h, --help            show this help message and exit
  --input INPUT, -I INPUT
                        整理好的输入文件,第一行以#注释
  --annotation ANNOTATION, -A ANNOTATION
                        分组注释文件
  --outputPrefix OUTPUTPREFIX, -O OUTPUTPREFIX
                        输出文件的前缀,可以附带目录

About

使用python撰写的一些具有针对性的任务脚本,可能有一款是你需要的

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages