Mark Bray

Results 32 comments of Mark Bray

Related to https://github.com/CellProfiler/CellProfiler-Analyst/issues/51?

Talked things over with @LeeKamentsky and @dlogan. We thought that this tool would be most appropriate in CPA. Reasons: - Having this tool in CP as a data tool doesn't...

You could use the class_table properties file field, then the TableViewer to open it from the db and subsequently export it. On Sun, May 29, 2016 at 8:53 AM, David...

Perhaps include logic to disable the "Save model" file item until/unless the model exists/is populated?

Is this issue just for FGB, or for all classifiers in general?

Kinda/sorta related to https://github.com/CellProfiler/CellProfiler/issues/1677.

Big :+1: from me. I'm currently having to hack in the well ID manually, since the analysis tools I'm using index the well row and column as integers.

"well_id = 123" simply assumes that the wells are indexed in sequential order without regard to rows or columns; this was invented to visualize some microarray data, IIRC. I think...

I think well_id having one or two fields would be enough. I.e, if ``` well_id = ``` then the full well ID is specified in the single column. But if...

``` What I'm not understanding is this Image metadata wellrow etc. You want to write those strings into the properties file or are they supposed to stand for something else?...