File: contrast.out

package info (click to toggle)
bcftools 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,252 kB
  • sloc: ansic: 60,589; perl: 5,818; python: 587; sh: 333; makefile: 284
file content (13 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
##fileformat=VCFv4.2
##FILTER=<ID=PASS,Description="All filters passed">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##contig=<ID=1>
##INFO=<ID=PASSOC,Number=1,Type=Float,Description="Fisher's exact test probability of genotypic association (REF vs non-REF allele)">
##INFO=<ID=FASSOC,Number=2,Type=Float,Description="Proportion of non-REF allele in controls and cases">
##INFO=<ID=NOVELAL,Number=.,Type=String,Description="List of samples with novel alleles. Note that samples listed here are not listed in NOVELGT again.">
##INFO=<ID=NOVELGT,Number=.,Type=String,Description="List of samples with novel genotypes">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	a	b	c
1	100	.	A	G	.	.	PASSOC=1;FASSOC=0,0	GT	0/0	0/0	0/0
1	101	.	A	G	.	.	PASSOC=0.333333;FASSOC=0,0.5;NOVELAL=c	GT	0/0	0/0	0/1
1	102	.	A	G	.	.	PASSOC=0.4;FASSOC=0.25,1;NOVELGT=c	GT	0/0	0/1	1/1
1	103	.	A	G	.	.	PASSOC=0.333333;FASSOC=1,0.5;NOVELAL=c	GT	1/1	1/1	0/1