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

Single cell data one library with different conditions #234

Open
vasikara17 opened this issue Sep 4, 2024 · 2 comments
Open

Single cell data one library with different conditions #234

vasikara17 opened this issue Sep 4, 2024 · 2 comments
Labels
question Further information is requested

Comments

@vasikara17
Copy link

Hello,
first of all thanks for this really useful tool! I have one BAM file with single nuclei data from 8 conditions. I run the isoquant like this:
isoquant.py --reference /path/Mus_musculus.GRCm39.dna.primary_assembly.fa.gz
--genedb path/Mus_musculus.GRCm39.112.gtf.gz --complete_genedb
--bam path/lib2.aligned.sorted.bam
--data_type 'nanopore'
--report_novel_unspliced true
-o path/isoquant_results
--sqanti_output
Can I split the results based on condition and barcode or should I split the bam files first?

Thank you in advance,
VK

@andrewprzh
Copy link
Collaborator

@vasikara17

Thanks for the feedback!

Could you please clarify, would you like to have a separate output for each condition, or an expression table with barcodes and conditions?
How are you barcodes and conditions are stored?

Best
Andrey

@andrewprzh andrewprzh added the question Further information is requested label Sep 12, 2024
@andrewprzh
Copy link
Collaborator

Okay, following your post in #211

So far IsoQuant supports only one way of grouping reads via --read_group, so either by condition or by barcode. This can be done using a separate table, i.e. read-barcode table, or BAM file tags.
If you'd like to group by different criteria, unfortunately you have to run IsoQuant twice.
I am planning to implement multiple read grouping in the future.

Best
Andrey

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

No branches or pull requests

2 participants