Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify if it is reasonable to allow to upload profiles with no analysis data. #111

Open
javieriserte opened this issue Jul 18, 2024 · 0 comments

Comments

@javieriserte
Copy link
Collaborator

javieriserte commented Jul 18, 2024

Profiles that contain markers with "0" alleles seem to cause problems when computing LR values.

example:

{
    "_id": "AR-B-Z-1151",
    "globalCode": "AR-B-Z-1151",
    "internalSampleCode": "perfil ejemplo 2",
    "assignee": "setup",
    "categoryId": "EvidenciaParcial",
    "deleted": false,
    "genotypification": {
        "1": {
            "AMEL": [
                "X",
                "Y"
            ],
            "CSF1PO": [
                "6",
                "15"
            ]
        },
        "2": {
            "DXS7132": [
                0
            ],
            "DXS7423": [
                0
            ],
            "HPRTB": [
                0
            ],
            "DXS10134": [
                0
            ],
            "DXS10135": [
                0
            ],
            "DXS8378": [
                0
            ],
            "DXS10074": [
                0
            ],
            "DXS10101": [
                0
            ]
        }
    },
    "analyses": [
        {
            "id": "d13fa95e-707c-4dcc-9923-1f7ee779ebb4",
            "date": "ISODate('2024-07-02T19:27:42.761Z')",
            "kit": "ArgusX8",
            "genotypification": {
                "DXS7132": [
                    0
                ],
                "DXS7423": [
                    0
                ],
                "AMEL": [
                    "X",
                    "Y"
                ],
                "HPRTB": [
                    0
                ],
                "DXS10134": [
                    0
                ],
                "DXS10135": [
                    0
                ],
                "DXS8378": [
                    0
                ],
                "DXS10074": [
                    0
                ],
                "DXS10101": [
                    0
                ]
            },
            "type": 2
        },
        {
            "id": "be857266-ae21-47f0-a1cc-45ff5e468955",
            "date": "ISODate('2024-07-04T15:15:23.306Z')",
            "kit": "Manual",
            "genotypification": {
                "CSF1PO": [
                    6,
                    15
                ]
            },
            "type": 1
        }
    ],
    "labeledGenotypification": null,
    "contributors": 1,
    "matchingRules": null,
    "mismatches": null,
    "matcheable": false,
    "isReference": false,
    "processed": false
}

Does this kind of profile make sense?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant