Opened 7 years ago
Closed 7 years ago
#1031 closed enhancement (fixed)
Define a genotype QC flag that can be set on alignments that has been verified to match another sample
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
For example, we have matched the genotype of several alignments to the genotype of DNA extracted from blood. This gives a very good indication that the sample has not been contaminated or swapped during the processing in the lab. Other alignments have been matched against a secondary sample from the same person. It would be useful to know which those samples are since it could help us to identify problems with samples that don't match as expected.
We could for example create a new annotation for alignments QC_GenoTypeVerified
with possible values: DNA
, Specimen
.
Change History (7)
comment:1 by , 7 years ago
Status: | new → assigned |
---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
comment:4 by , 7 years ago
(In [4712]) References #1031: Define a genotype QC flag that can be set on alignments that has been verified to match another sample
Added VerifiedMatch
enum with three options: DNA, SPECIMEN and LYSATE.
The GenoTypeChecker
now checks if two alignments are from different specimen or lysates and sets the verified match for a comparison. It will also check if QC_GenoTypeVerified
annotation on the alignments and select the strongest match. For example, if an alignment is already annotated with VerifiedMatch.DNA
and we get a good match to another alignment the comparison also get VerifiedMatch.DNA
even if the other alignment is from the same RNA.
At the moment this is only visible in the Genotype QC wizard. It is not saved when registering.
comment:5 by , 7 years ago
comment:6 by , 7 years ago
(In [4728]) References #1031: Define a genotype QC flag that can be set on alignments that has been verified to match another sample
Lots of changes to GUI that should make it easier to spot comparisons that are made between different specimen/lysate/rna/etc...
The flag is also saved now when registering the comparisons. There are no manual options to override the automatic detection.
comment:7 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [4710]) References #1031: Define a genotype QC flag that can be set on alignments that has been verified to match another sample
Added
QC_GenoTypeVerified
annotation.