AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Explore genetic demultiplexing #127

Closed jashapiro closed 1 year ago

jashapiro commented 3 years ago

You may want to also add genetic demultiplexing as a complementary approach (or a ticket to have it as a possibility) if folks multiplexed samples. It may also reveal if there are free-floating nucleic acids around from one or more of the samples (genetic demultiplexing will fail on many cells with a mixture but cell hashing won't necessarily). I don't think this is a breaking issue (cell hashing should be better unless the samples have some significant fraction of compromised tissue, in which case you'd just be filtering "cells" that ended up as a mixture with genetic demultiplexing.

Originally posted by @cgreene in https://github.com/AlexsLemonade/scpca-nf/issues/9#issuecomment-899657426

Reference paper (with a workflow we could adapt from): https://www.biorxiv.org/content/10.1101/2020.11.06.371963v3

jashapiro commented 2 years ago

I am starting to work on this, and wanted to outline some of the steps...

Once we have the VCF in hand, we move to the single-cell portion

This leave a lot of detail to be filled in, but I hope to make progress by attacking each of these steps separately to start, then slowly stitching them into a more robust workflow.

jaclyn-taroni commented 1 year ago

I'm going to go ahead and close this.

cgreene commented 1 year ago

Oh - we found genetic demultiplexing to be better than cell hashing (more recall, high concordance). If of interest, Ariel can share her results.

On Mon, Oct 31, 2022, 2:53 PM Jaclyn Taroni @.***> wrote:

Closed #127 https://github.com/AlexsLemonade/alsf-scpca/issues/127 as completed.

— Reply to this email directly, view it on GitHub https://github.com/AlexsLemonade/alsf-scpca/issues/127#event-7708026443, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEEPMYAWULLJUCDDOYDWILWGAWS5ANCNFSM5CIPQN2Q . You are receiving this because you were mentioned.Message ID: @.***>

jaclyn-taroni commented 1 year ago

@cgreene my message was a bit terse, but we closed this because we have a completed genetic demultiplexing workflow in this repository (https://github.com/AlexsLemonade/alsf-scpca/tree/main/workflows/genetic-demux), and genetic demultiplexing is included in production (docs: https://scpca.readthedocs.io/en/latest/processing_information.html#genetic-demultiplexing). Nothing left to explore!