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

Support for ASAP-seq #5

Closed
caleblareau opened this issue Sep 9, 2020 · 2 comments
Closed

Support for ASAP-seq #5

caleblareau opened this issue Sep 9, 2020 · 2 comments

Comments

@caleblareau
Copy link

Hi kite team,

We recently put out a pre-print on quantifying protein counts using 10x scATAC-seq. We used an intermediate python script to convert the output of cellranger-atac mkfastq into something that we could fit into kite (specifically, we made the ATAC R1/R2/R3 look like an R1/R2 from a 10x v2 feature barcoding experiment). Funnily enough, my simple python script to cut and paste parts of fastqs was markedly slower than performing the tag abundances using kite, so any support for this assay would probably dramatically reduce the workflow time.

This python script has the key function to do the conversion of the reads before I feed them through kite. I don't have a good sense of how hard it would be to modify this tool to facilitate the R1/R2/R3 format of the scATAC data as that seems to be the barrier for kite to support this type of data directly.

Any input of the feasibility of supporting this would be great! Thanks!
-Caleb

@jasegehring
Copy link
Collaborator

jasegehring commented Sep 10, 2020 via email

@caleblareau
Copy link
Author

Hey Jase, Thanks for the quick and detailed response and the kind words!

Unfortunately, the UMI (or in our case UBI), cell barcode, and antibody barcode are all encoded into 3 different files-- so there's not a way that I can only supply 2 of the 3 files. It seems like will will necessarily have to wrap the R1/R2/R3 into another format. We have an existing solution linked that I can keep using and will suggest to others to do the same.

"The kallisto | bustools team may be able to incorporate a third read into
the workflow, but my guess is this would take quite a bit of engineering
with relatively limited applications since kallisto is a poor choice for
genome alignments."

^^ this was my sense too but wanted to raise it just in case.

Thanks again for the response and maintaining kite... I use it almost everyday it seems!
-Caleb

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

2 participants