Read GSE2 file and return header and data.
Currently supports only CM6 compressed GSE2 files, this should be sufficient for most cases. Data are in circular frequency counts, for correction of calper multiply by 2PI and calper: data * 2 * pi * header[‘calper’].
Parameters: |
|
---|---|
Return type: | Dictionary, Numpy.ndarray int32 |
Returns: | Header entries and data as numpy.ndarray of type int32. |