Objective
To visualize biological cells and highlight by a user selected sub-cellular compartments in a way that they stand out from the un-selected ones.Input data
Remarks about input format:
a) Input data file should be either a ".txt" or ".csv" file.
b) Text file must contain proteins of only one type of cell.
c) File’s first line should contain cell type (i.e: eukaryota, archea, bacteria).
d) File's second line should contain Score (i.e: 0-100). Note: Minimum score should be zero.
e) File's third line should contain columns description (i.e: Protein Id, Score, Localization).
f) User’s file can have more than 3 columns but additional columns will not be executed.