Opened 12 years ago

Closed 11 years ago

Last modified 6 years ago

#774 closed (fixed)

Match between feature lists

Reported by: Fredrik Levander Owned by:
Milestone: Proteios SE 2.17.0 Keywords:
Cc:

Description

Allow propagating of identifications between feature lists from diffferent LC-MS runs

Change History (52)

comment:1 Changed 12 years ago by Fredrik Levander

(In [4276]) Refs #774. Added GUI classes for feature sequence propagation.

comment:2 Changed 12 years ago by marianne

(In [4279]) Refs #774. Initial test ckeck-in.

comment:3 Changed 12 years ago by marianne

(In [4280]) Refs #774. Committing complementary files.

comment:4 Changed 12 years ago by marianne

(In [4282]) Refs #774. Alignment of charge states >1 and hits update.

comment:5 Changed 12 years ago by marianne

(In [4283]) Refs #774. Charge states >1.

comment:6 Changed 12 years ago by marianne

(In [4285]) Refs #774. Progress report and tolerance distribution calculation.

comment:7 Changed 12 years ago by marianne

(In [4288]) Refs #774. Bug fix: Added two-way alignment. Skipping alignment if there are no matching sequences. Added: Recall and precision evaluation for features with sequences. Feature number coverage increase computation.

comment:8 Changed 12 years ago by marianne

(In [4289]) Refs #774. Distribution tolerance update. ClusterID set only if features are aligned. Alignment if no common sequences.

comment:9 Changed 12 years ago by marianne

(In [4290]) Refs #774. Conflict resolution for second file. Precision and recall evaluation moved to before matching.

comment:10 Changed 12 years ago by marianne

(In [4292]) Refs #774. Bug fix for local sample id. Abortable interface implemented. Maximun RT difference used when sequences are matched for use as landmarks. Minimum pairwise recall set to 0.90.

comment:11 Changed 12 years ago by marianne

(In [4296]) Refs #774. More efficient assignment of hits.

comment:12 Changed 12 years ago by marianne

(In [4297]) Refs #774. Fraction information added.

comment:13 Changed 12 years ago by Fredrik Levander

(In [4299]) Refs #745, #774. Correction of precursor quantity calculation for proteins.

comment:14 Changed 12 years ago by Fredrik Levander

(In [4309]) Refs #774. Moved progress update to optimize performance.

comment:15 Changed 12 years ago by marianne

(In [4313]) Refs #774. Printing math exception to alignment file. Will be deleted in later versions.

comment:16 Changed 12 years ago by marianne

(In [4314]) Refs #774. More exception printouts.

comment:17 Changed 12 years ago by marianne

(In [4315]) Refs #774. Updates: m/z tolerance for looping, database reconnect issue, pairwise matching order, only features in a cluster receive clusterID

comment:18 Changed 12 years ago by marianne

(In [4316]) Refs #774. Bugfix, split clusterID database query, optimal recall and precision calculations.

comment:19 Changed 11 years ago by marianne

(In [4318]) Refs #774. Feature and cluster counters. Updated precision and recall calculations, pairwise and global. Changed matching order. Automatic matching intervals and interest regions.

comment:20 Changed 11 years ago by marianne

(In [4319]) Refs #774. Updated recall and precision computation. Updated removal of duplicate matches.

comment:21 Changed 11 years ago by marianne

(In [4320]) Refs #774. Updated replaceOldHit

comment:22 Changed 11 years ago by marianne

(In [4321]) Refs #774. Another update for replaceOldHit

comment:23 Changed 11 years ago by marianne

(In [4322]) Refs #774. Tolerance update

comment:24 Changed 11 years ago by marianne

(In [4324]) Refs #774. Added: Updated abort criteria for fraction alignment. Bugfix for clusterID-update. Adaptive bandwidth parameter. Feature based alignment and recall. Updated removal of duplicate features before database query. More extensive comments.

comment:25 Changed 11 years ago by marianne

(In [4325]) Refs #774. clusterID fix

comment:26 Changed 11 years ago by marianne

(In [4326]) Refs #774. Bugfix fractionmatch. Groundtruth computation based on fractions.

comment:27 Changed 11 years ago by marianne

(In [4327]) Refs #774. Bugfix checking for duplicate matches and code cleanup.

comment:28 Changed 11 years ago by marianne

(In [4329]) Refs #774. FeatureSequencePropagator?: Checking previous hits speed up, number of match times per file is set constant, ground truth based precision adjusted for number of mis-alignments. No tolerance for points sequence matches. Some GUI updates.

comment:29 Changed 11 years ago by marianne

(In [4330]) Refs #774. Tweaked matching order. Improved handling of files with no sequence information. Global precision and recall calculations redone.

comment:30 Changed 11 years ago by marianne

(In [4331]) Refs #774. Small fix.

comment:31 Changed 11 years ago by marianne

(In [4333]) Refs #774. Increased nbr of matches per file.

comment:32 Changed 11 years ago by marianne

(In [4341]) Refs #774. All features occurence based precision bug fix.

comment:33 Changed 11 years ago by marianne

(In [4342]) Refs #774. Continued precision calculation bug fix and nMatches (similarity) cutoff added.

comment:34 Changed 11 years ago by marianne

(In [4343]) Refs #774. Update of matching order to account for files with too few common id:s.

comment:35 Changed 11 years ago by marianne

(In [4347]) Refs #774. Sequence propagation update.

comment:36 Changed 11 years ago by marianne

(In [4353]) Refs #774. Bug fix during clusterID propagation and speed-up.

comment:37 Changed 11 years ago by marianne

(In [4354]) Refs #774. Removal of debug print-out.

comment:38 Changed 11 years ago by marianne

(In [4357]) Refs #774. Tiny ground truth size fix.

comment:39 Changed 11 years ago by marianne

(In [4358]) Refs #774. Changed logger.

comment:40 Changed 11 years ago by Fredrik Levander

Resolution: fixed
Status: newclosed

comment:41 Changed 11 years ago by marianne

(In [4399]) Refs #774. Temporary no seq fix.

comment:42 Changed 11 years ago by marianne

(In [4400]) Refs #774. Added tolerance based alignment if there are too few sequence matches.

comment:43 Changed 11 years ago by marianne

(In [4401]) Refs #774. Bugfix in sequence coverage printout for files with no sequences.

comment:44 Changed 11 years ago by marianne

(In [4402]) Refs #774. Continued printout fix.

comment:45 Changed 11 years ago by marianne

(In [4441]) Refs #774. Added control to make sure that there are no unaligned subgroups of files before ending the alignment loop.

comment:46 Changed 11 years ago by marianne

(In [4442]) Refs #774. Subgroup bugfix.

comment:47 Changed 11 years ago by marianne

(In [4446]) Refs #774. Tolerances for extracting matching features are calculated from the set of matching sequences.

comment:48 Changed 11 years ago by marianne

(In [4447]) Refs #774. Tolerance adjustment.

comment:49 Changed 11 years ago by marianne

(In [4448]) Refs #774. Quartile factor adjustment.

comment:50 Changed 10 years ago by Fredrik Levander

(In [4524]) Refs #774. Avoiding null pointer exception

comment:51 Changed 6 years ago by Fredrik Levander

(In [4634]) Refs #774. Avoid db timeout when aligning large datasets.

comment:52 Changed 6 years ago by Fredrik Levander

(In [4635]) Refs #774. Progress reporting update and avoiding db connection timeout when aligning large datasets.

Note: See TracTickets for help on using tickets.