npread
- pylluminator.read_idat.npread(file_like, dtype: str, n: int) ndarray
- Parses a binary file multiple times, allowing for control if the file ends prematurely. This replaces
read_results() and runs faster, and it provides support for reading gzipped idat files without decompressing.
- Parameters:
- Raises:
EOFError: If the end of the file is reached before the number of elements have been processed.
- Returns:
A list of the parsed values.
- Return type: