biospecdb.apps.uploader.io
Functions
|
Read in bulk upload meta data file of all Observations and parsable model fields. |
|
Read in single row spectral data. |
|
General purpose reader to handle multiple file formats returning SpectralData instance. |
|
Read in multiple rows of data returning a pandas.DataFrame. |
|
Read spectral data of the form {"patient_id": value, "wavelength": [values], "intensity": [values]} and return data SpectralData instance. |
|
Convert data to json equivalent to {"patient_id": value, "wavelength": [values], "intensity": [values]} Returns json str and/or writes to file. |
Classes
|
|
|
Exceptions
|