How to link DNA data with RNA data in Scout #3669
Replies: 2 comments
-
Ideas brought up during meeting 2024-08-29Explicit on caseIf the customer wants RNA-data linked to a scout case they need to explicitly provide which case to link to. subject_id will still be needed to match samples within a case. Pros
Cons
Explicit on samplesIf the customer wants RNA-data linked, they explicitly match the RNA-samples to which DNA-samples they correspond. The provided subject_ids should be used fetch suggestions. Pros
Cons
Add new database hierarchyA scout "Case" represents a case in the medical sense. A patient or group to treat. At CG Case is synonymous to an analysis. Ie a set of samples in and results returned. For a medical case one can perform multiple analyses (DNA, RNA etc.) which creates a mismatch between what a scout-case and cg-case is. To solve this one could make create a "real" case in cg (referred to as meta-case in the meeting) to which different kinds of analyses (what we now call case) can be added. Adding something like this would require a lot of planning before implementing, since 90% of the cg-logic revolves around the case-model. Pros
Cons
|
Beta Was this translation helpful? Give feedback.
-
Further discussion during meeting 2024-09-09The meeting focused a lot on envisioning what scout is and how it is used by the clinicians. The following thoughts were put forward: Vision
Discussed ImplementationCG
Orderportal
Scout
Short term solutionSince the suggestions above require big changes in multiple systems an interim solution is needed. We agreed on the following.
|
Beta Was this translation helpful? Give feedback.
-
Background
From a clinician's perspective RNA data complements the DNA data. Therefore having them both available in the same "Case" view in Scout is of great value. Here's an example in scout stage.
The current mapping for uploading a case (cg only works with case-wise uploads) goes from an RNA-case via it's samples. For each sample it finds all samples within the same customer collaboration that fulfil the criteria below:
The rough idea is sketched out below
Problem
This approach causes a lot of ambiguity, since multiple dna samples can fulfil these criteria, and a sample can be part of multiple cases. This results in a situation where when asking which case a RNA-case is linked to, you get a list of cases back. Currently the data is then uploaded to all these cases.
Appart from general confusion this approach cannot resolve between samples of multiple sources. One would for example not want to upload RNA-results from a blood sample, to a DNA-sample from the actual tumour.
There are currently 4 issues in cg stemming from this logic and more are being created regularly indicating that the logic is very brittle.
What is needed
Since the customers placing orders know which samples/cases to link we want them to explicitly state so. This needs to be done in a way where the customers do not have to perform a lot of clicks in the orderportal. Ideally it should be available easily via JSON, excel as well.
Beta Was this translation helpful? Give feedback.
All reactions