Loading Data¶
The FLIMAnalyzer software processes data provided in text files organized in spreadsheet format. Data can be loaded from a single text file or imported and concatenated from a series of individual files through the Files menu or application toolbar.
Tool Icon |
File Operation |
Description |
|---|---|---|
|
Open Data File |
Opens a single text file. All columns are retained as-is. |
|
Import Data Files |
Imports one or multiple text files. Additional column values can be |
Open Data File¶
Follow these steps to open a single text file. The data is expected to be organized in spreadsheet format, each line representing a data row and column values in each line separated by specific delimiting characters. Common formats are .csv files using , as delimiting character. However other column delimiters are allowed as well, see below.
Go to
File > Openor click on theOpen Fileicon on the far left of the application toolbar.In the
Open Filedialog window, check the appropriate column value delimiting character, e.g.,,;,<tab>,<space>, or enter a character sequence in theOtherstext field.Click
Openand choose the data text file to open.The data will be read from the selected file as-is and presented in a table window in spreadsheet format. The column headers correspond to values of the first row in the data text file.

Import Data Files¶
The File > Import menu function and Import Files toolbar icon (second from the left in toolbar) provide more flexibility for configuration of data loads. The data is expected to be organized in text files in spreadsheet format as described above.
Additional configurable options for the File Import function:
Concatenation of multiple text files into a single data table,
parsing of data text filenames that can be added as additional column values to the final table,
dropping of columns based on column headers (parsed from first line of text files),
and renaming of column headers.
Go to
File > Importor click on theImport Fileicon (second from the left of the application toolbar.In the
Import Filedialog window, check the appropriate column value delimiting character, e.g.,,;,<tab>,<space>, or enter a character sequence in theOtherstext field. This is the same as for theOpen Filefunction.Optional: Choose a parser from the dropdown menu. Selection of
no_parsermeans that filenames will be ignored for parsing of any additional data. When choosing a specific parser, the content in theParse from Filenamestable changes, see (4).Optional: Select/Deselect
Usecheckbox to parse/ignore identifiers from the name of each file. Adjust the values in theCategorycolumn which will be used as new column headers for the parsed file identifiers, and modify theRegexexpression used to extract the desired filename portion.Example: Choosing the built-in
fov_treatmnent_cellparser will extract the following values forFOV,Treatment,Cellfrom a group of data files and adds these values to the imported data table:File
FOV
Treatment
Cell
Results-a-ctrl-1
a
ctrl
1
Results-a-ctrl-2
a
ctrl
2
Results-b-ctrl-1
b
ctrl
1
Results-b-ctrl-2
b
ctrl
2
Optional: In the
Renametable, specify renaming convention for column headers. These values specify substitution patterns with implicit\*wildcards that replace all matching substrings. Remove all values in columns 1 if no renaming is desired.Optional: In the
Drop Columnstable, specify columns that should be dropped from the data. Note: These values specify patterns with implicit\*wildcards that apply to column headers with matching substrings.Click
Addto select a single or multiple files to import. Data from all listed files will be concatenated into a single data table. Select indiividual files in the list and clickRemoveto remove specific files from the list. ClickResetto clear the file list.Click
Import. The data will be read from the selected files, processed and concatenated vertically into a single data table. It is assumed that the column headers in each data file (i.e. the first row in each file) have matching values.

After opening or importing files, the data are displayed in a spreadsheet window, aka a data table. Columns containing text or information parsed from filenames during import are specified as categorical data columns. They have limited, and usually fixed, number of discrete possible values. Headers of categorical columns have a light blue background; all other column headers are displayed with a gray background.


