Parsing the numerical output from Sensovation Sensospot image analysis.
Parsing the numerical output from [SensoSpot][sensospot] microarray analysis.
The [SensoSpot][sensospot] microarray analyzer is an automated fluorescence microscope with an image analysis software for detecting and measuring microarrays. The original name of the product was "FLAIR" by the company Sensovation, that was later acquired by Miltenyi.
There is no affiliation on my side regarding Sensovation or Miltenyi, I just use the product and needed a way to make the data available for further analysis.
@ -30,15 +35,14 @@ There is a `columns` module available, providing constans that define the column
@@ -30,15 +35,14 @@ There is a `columns` module available, providing constans that define the column
from sensospot_data import parse_file, parse_folder # noqa: F401
- **parse_folder(path_to_folder)**
Searches the folder for parsable Sensospot .csv files, parses them into one
big pandas data frame and will add additional meta data from parameters folder,
@ -76,3 +80,6 @@ To install the development version of Sensovation Data Parser:
@@ -76,3 +80,6 @@ To install the development version of Sensovation Data Parser:
make devenv
To run the tests, use `make tests` (failing on first error) or `make coverage` for a complete report.