ArrayType
- class pylluminator.annotations.ArrayType(*values)
Bases:
EnumNames of the different array types supported.
Possible values are : HUMAN_27K, HUMAN_450K, HUMAN_MSA, HUMAN_EPIC, HUMAN_EPIC_PLUS, HUMAN_EPIC_V2, MOUSE_MM285, MAMMAL_40
Methods
is_human()Returns True if the array type is not a mouse array.
Attributes
Human Methylation 27K, CpG sites
Human Methylation 450K, CpG sites
Human Methylation MSA (>450K CpG sites)
Human Methylation EPIC (around 850K CpG sites)
Human Methylation EPIC+ (around 850K CpG sites + double coverage of some probes for qc)
Human Methylation EPIC V2 (around 950K CpG sites)
Mouse Methylation, 285K CpG sites
Mammalian array, 40K CpG sites
Methods and attributes detail
- __init__(*args, **kwds)
- HUMAN_27K = 'HM27'
Human Methylation 27K, CpG sites
- HUMAN_450K = 'HM450'
Human Methylation 450K, CpG sites
- HUMAN_EPIC = 'EPIC'
Human Methylation EPIC (around 850K CpG sites)
- HUMAN_EPIC_PLUS = 'EPIC+'
Human Methylation EPIC+ (around 850K CpG sites + double coverage of some probes for qc)
- HUMAN_EPIC_V2 = 'EPICv2'
Human Methylation EPIC V2 (around 950K CpG sites)
- HUMAN_MSA = 'MSA'
Human Methylation MSA (>450K CpG sites)
- MAMMAL_40 = 'Mammal40'
Mammalian array, 40K CpG sites
- MOUSE_MM285 = 'MM285'
Mouse Methylation, 285K CpG sites
- is_human()
Returns True if the array type is not a mouse array.