目录

gVCF Regions

gVCF Regions is a command line tool that output the called regions of a gVCF file in BED format. It handles four main types of gVCFs (Complete Genomics, Freebayes, GATK), with the capability to customize the settings of ‘called regions’.

gVCF Regions Command

gvcf_regions.py [-h] [--unreported_is_called]
                       [--ignore_phrases IGNORE_PHRASES [IGNORE_PHRASES ...]]
                       [--min_GQ MIN_GQ] [--min_QUAL MIN_QUAL]
                       [--pass_phrases PASS_PHRASES [PASS_PHRASES ...]]
                       [--gvcf_type {complete_genomics,freebayes,gatk}]
                       GVCF

Output the called regions of a gvcf file to stdout in bed format.

positional arguments:
  GVCF                  input gvcf file, accept gzipped and unzipped files, or
                        "-" for stream

optional arguments:
  -h, --help            show this help message and exit
  --unreported_is_called
                        use this flag to treat unreported sites as called
  --ignore_phrases IGNORE_PHRASES [IGNORE_PHRASES ...]
                        list of phrases considered as discarded, e.g., CNV,
                        ME. A line that contains any of the ignore phrases is
                        discarded.
  --min_GQ MIN_GQ       minimum GQ (Genotype Quality) considered as called
  --min_QUAL MIN_QUAL   minimum QUAL considered as called
  --pass_phrases PASS_PHRASES [PASS_PHRASES ...]
                        list of phrases considered as called, e.g., PASS,
                        REFCALL. A line must contain any of the pass phrases
                        to be considered as called.
  --gvcf_type {complete_genomics,freebayes,gatk}
                        type of gvcf output. [unreported_is_called,
                        ignore_phrases, min_GQ, min_QUAL, pass_phrases]
                        presets: complete_genomics: [True, ['CNV', 'INS:ME'],
                        None, None, ['PASS']]. freebayes: [False, None, None,
                        None, ['PASS']]. gatk: [False, None, 5, None, None].
关于

用于处理基因组VCF文件中的区域信息

67.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号