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

16,299 variants identified from mouse mtDNA chromosome in scRNAseq? #141

Open
jzussman opened this issue Oct 21, 2024 · 2 comments
Open

Comments

@jzussman
Copy link

Hello,
I ran cellsnp-lite with the following command for calling variants in mitochondrial transcripts in 10X scRNAseq data and for each of three independent samples, received 16,299 variants, which is roughly the length of the mitochondrial chromosome in mouse. When I ran these results through MQuad to identify informative variants, unsurprisingly no informative variants were identified. Is this behavior of identifying as many variants as there are bases in the chromosome across a population of ~3000 cells per sample expected? I'm quite confident that there are not this many actual variants across this dataset; are there settings to change that would increase my likelihood of calling and detecting informative variants during later downstream steps? I crafted this specific command from the recommendations of the MQuad development team on their github page.

cellsnp-lite -s path/to/possorted_genome_bam.bam -b path/to/filtered_feature_bc_matrix/barcodes.tsv.gz -O path/to/output_dir --chrom=chrM --UMItag Auto --minMAF 0 --minCOUNT 0 --genotype --gzip -p 10

@hxj5
Copy link
Collaborator

hxj5 commented Oct 22, 2024

Hi, it is expected that almost every mito position is outputed by cellsnp-lite, since the --minMAF and --minCOUNT are both set to 0 (i.e., there is no any SNP filtering performmed).
You may report the issue in the MQuad repo to check why there is no any informative SNPs.

@jzussman
Copy link
Author

Got it, that makes sense, thank you very much!

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