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

Y24-512 - Show the result of the donor pooling algorithm #2129

Open
Tracked by #1985
SHIV5T3R opened this issue Dec 12, 2024 · 0 comments
Open
Tracked by #1985

Y24-512 - Show the result of the donor pooling algorithm #2129

SHIV5T3R opened this issue Dec 12, 2024 · 0 comments
Labels
scRNA - cDNA prep scRNA Size: S Small - low effort & risk

Comments

@SHIV5T3R
Copy link
Member

SHIV5T3R commented Dec 12, 2024

Branches off from #1985, the algorithm has been created however the result of this needs to be shown to the user.

The algorithm will return an array of arrays (split by study project groups) of arrays (pools) like so:

[
    # First study project group
    [
        [A1, A3, B5, B3, C6, A5], # Each pool will have wells with unique donor IDs
        [A2, A4, B2, B1, B6, A6], # Pool 2
        [B4, C1, C2, C3, D1]       # Pool 3
    ],
    # Second study project group
    [
        [E1, E3, F5, F3, G6, E5, H2], # Pool 1
        [E2, E4, F2, F1, G5, E6, H3], # Pool 2
        [F4, G1, G2, G3, H1, H4]      # Pool 3
    ]
]
Screenshot 2024-12-12 at 13 58 22
@psd-issuer psd-issuer bot changed the title The result of the algorithm is shown to the user in a success message after the plate is created (see format in additional context). Y24-512 - The result of the algorithm is shown to the user in a success message after the plate is created (see format in additional context). Dec 12, 2024
@SHIV5T3R SHIV5T3R changed the title Y24-512 - The result of the algorithm is shown to the user in a success message after the plate is created (see format in additional context). Y24-512 - Show the result of the donor pooling algorithm Dec 12, 2024
@SHIV5T3R SHIV5T3R added Size: S Small - low effort & risk scRNA scRNA - cDNA prep labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scRNA - cDNA prep scRNA Size: S Small - low effort & risk
Projects
None yet
Development

No branches or pull requests

1 participant