read_idat
Functions to parse .idat files.
Most of this code comes from https://github.com/FoxoTech/methylprep
Functions
|
Returns the integer represented by the given array of bytes. |
|
Get an opened file object. |
|
Parses a binary file multiple times, allowing for control if the file ends prematurely. This replaces |
|
Decorator that resets a file-like object back to the original position after the function has been called. |
|
Converts a single byte to an integer value. |
|
Converts an array of bytes to a string. |
|
Converts a four-byte element to an integer value. |
|
Converts an eight-byte element to an integer value. |
|
Converts a two-byte element to an integer value. |
|
Converts an array of bytes to a string. |
Classes
|
Validates and parses an Illumina IDAT file. |
|
Unique IntEnum defining constant values for byte offsets of IDAT headers. |
|
Unique IntEnum defining constant values for byte offsets of IDAT headers. |