Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
b3f85cb6
There was an error fetching the commit references. Please try again later.
Commit
b3f85cb6
authored
15 years ago
by
buczekp
Browse files
Options
Downloads
Patches
Plain Diff
[SE-164] results for position 8 and bugfix
SVN: 13719
parent
897e1e60
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
yeast_lab/results/pos8_new
+16
-0
16 additions, 0 deletions
yeast_lab/results/pos8_new
yeast_lab/source/java/ch/ethz/bsse/cisd/yeastlab/GenerationDetection.java
+4
-0
4 additions, 0 deletions
.../java/ch/ethz/bsse/cisd/yeastlab/GenerationDetection.java
with
20 additions
and
0 deletions
yeast_lab/results/pos8_new
0 → 100644
+
16
−
0
View file @
b3f85cb6
-fake 130 f:6 p:3 c(1):3,
triv 176 f:15 p:7 c(1):7,
triv 435 f:88 p:20 c(1):20,
triv 459 f:108 p:14 c(1):14,
triv 349 f:63 p:6 c(1):6,
triv 408 f:72 p:33 c(1):33,
stable nucleus = 2 / non-consecutive
+B 414 f:76 p:25 c(1):25,
+P 442 f:93 p:33 c(1):33,
triv 449 f:99 p:4 c(1):4,
triv 451 f:101 p:25 c(1):25,
- 477 349 (6) - poor segmentation
- 466 408,33 - can't decide + unstable nucleus
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yeast_lab/source/java/ch/ethz/bsse/cisd/yeastlab/GenerationDetection.java
+
4
−
0
View file @
b3f85cb6
...
...
@@ -404,8 +404,12 @@ public class GenerationDetection
}
for
(
Cell
cell
:
cellsToRemove
)
{
// remove cell from all data structures
log
(
String
.
format
(
"Removing isolated cell id:%d frame:%d."
,
cell
.
getId
(),
cell
.
getFrame
()));
cells
.
remove
(
cell
);
cellsByFrame
.
get
(
cell
.
getFrame
()).
remove
(
cell
);
cellsByIdAndFrame
.
get
(
cell
.
getId
()).
remove
(
cell
.
getFrame
());
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment