alphagenome.models.dna_output.OutputType#

class alphagenome.models.dna_output.OutputType(value)[source]#

Enumeration of all the available types of outputs.

ATAC#

ATAC-seq tracks capturing chromatin accessibility.

CAGE#

CAGE (Cap Analysis of Gene Expression) tracks capturing gene expression.

DNASE#

DNase I hypersensitive site tracks capturing chromatin accessibility.

RNA_SEQ#

RNA sequencing tracks capturing gene expression.

CHIP_HISTONE#

ChIP-seq tracks capturing histone modifications.

CHIP_TF#

ChIP-seq tracks capturing transcription factor binding.

SPLICE_SITES#

Splice site tracks capturing donor and acceptor splice sites.

SPLICE_SITE_USAGE#

Splice site usage tracks capturing the fraction of the time that each splice site is used.

SPLICE_JUNCTIONS#

Splice junction tracks capturing split read RNA-seq counts for each junction.

CONTACT_MAPS#

Contact map tracks capturing 3D DNA-DNA contact probabilities.

PROCAP#

Precision Run-On sequencing and capping, used to measure gene expression.

Attributes#

Table

OutputType.ATAC = 1#
OutputType.CAGE = 2#
OutputType.DNASE = 3#
OutputType.RNA_SEQ = 4#
OutputType.CHIP_HISTONE = 5#
OutputType.CHIP_TF = 6#
OutputType.SPLICE_SITES = 7#
OutputType.SPLICE_SITE_USAGE = 8#
OutputType.SPLICE_JUNCTIONS = 9#
OutputType.CONTACT_MAPS = 11#
OutputType.PROCAP = 12#

Methods#

Table

to_proto()

Converts the OutputType enum to a protobuf enum.

OutputType.to_proto()[source]#

Converts the OutputType enum to a protobuf enum.

Return type:

EnumTypeWrapper