GenomeVersion
- class pylluminator.annotations.GenomeVersion(*values)
Bases:
EnumNames of the different genome versions supported.
Possible values are : HG38, HG19, MM10, MM39
Methods
is_human()Returns True if the genome version is human (HG38 or HG19).
Attributes
Human Genome, build 38
Human Genome, build 19
Mouse (Mus Musculus) Genome, build 10
Mouse (Mus Musculus) Genome, build 39
Methods and attributes detail
- __init__(*args, **kwds)
- HG19 = 'hg19'
Human Genome, build 19
- HG38 = 'hg38'
Human Genome, build 38
- MM10 = 'mm10'
Mouse (Mus Musculus) Genome, build 10
- MM39 = 'mm39'
Mouse (Mus Musculus) Genome, build 39
- is_human()
Returns True if the genome version is human (HG38 or HG19).