module

biopipen.utils.vcf

Classes
class

biopipen.utils.vcf.HeaderItem(*args, **kwargs)

Bases
dict

The base class of header items

class

biopipen.utils.vcf.HeaderInfo(*args, **kwargs)

The INFO items in the header

class

biopipen.utils.vcf.HeaderFormat(*args, **kwargs)

The FORMAT items in the header

class

biopipen.utils.vcf.HeaderFilter(*args, **kwargs)

The FILTER items in the header

class

biopipen.utils.vcf.HeaderContig(*args, **kwargs)

The contig items in the header

class

biopipen.utils.vcf.HeaderGeneral(*args, **kwargs)

The general items in the header

class

biopipen.utils.vcf.Fields(*args, **kwargs)

Bases
list

The fields/column names

class

biopipen.utils.vcf.Info()

Bases
dict

The INFO of the variant

class

biopipen.utils.vcf.Format(iterable=())

Bases
list

The FORMAT of the variant

class

biopipen.utils.vcf.Alt(iterable=())

Bases
list

The ALT of the variant

class

biopipen.utils.vcf.Filter(iterable=())

Bases
list

The FILTER of the variant

class

biopipen.utils.vcf.Sample(values, format)

Bases
dict

One sample of the variant

class

biopipen.utils.vcf.Samples(samples, format)

Bases
list

The samples of the variant