-
Notifications
You must be signed in to change notification settings - Fork 42
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
All CBs were filtered #114
Comments
And I tried to use merge method without bayesian (without -s and -r), the results were the same, is that because I added the library index into the barcode list? Because previously I tried to go through the process and it worked fine, without modify the barcode list.I think the CBs were identified correctly, however, no cells were considered real: 97052 CBs with more than 20 genes Start merge: 15:24:39. This is the modified configuration files:
And this is the modified barcode file: And this is parts of the bamfile used in Dropest: So is there something wrong with the barcode list? |
What protocol are you using? |
Split-seq is the protocol I used. |
I encountered the same error. Could you tell me how did you deal with this error? Thanks very much! |
It has been too long to remember, but I think it was something wrong about the configure file. If you'd like I can send you my configure file which progressed fine. |
Thank you very much! Here is my email: [email protected] |
Hi,
I am using bayesian filteration of UMI, with -s in Droptag and -r in Dropest, everything seemed to be fine at the beginning, however, there was no CB recognized in Dropest and the error messages were as follows:
97052 CBs with more than 20 genes
top CBs:
5836 GCCACATAGTGTTCTAGTCTGTCAGATCAG
5649 GCTAACGAAACTCACCATTGGCTCGATCAG
4813 ACAAGCTAAACTCACCGTGTTCTAACTTGA
4377 GCCACATATGGCTTCAGTGTTCTACCGTCC
4352 GACTAGTACTGTAGCCGAACAGGCCTTGTA
4091 CCTAATCCAAGACGGATGGTGGTAACAGTG
3839 TCCGTCTATTCACGCATGGTGGTACTTGTA
3747 CCTAATCCTGGCTTCAGAGTTAGCTGACCA
3694 CAACCACAAATCCGTCGAGTTAGCTGACCA
Start merge: 20:47:07.
Merge initialized: 20:47:52.
Total 10000 tags processed
Total 20000 tags processed
Total 30000 tags processed
Total 40000 tags processed
Total 50000 tags processed
Total 60000 tags processed
Total 70000 tags processed
Total 80000 tags processed
Total 90000 tags processed
Total 0 cells merged
Total 97052 cells excluded
Merge finished: 20:49:17.
Merge UMIs with N's: 20:49:17.
0 cells processed. Merged 0 UMIs from 0 cells.
UMI merge finished: 20:49:17.
0 cells are considered as real.
0 CBs with more than 20 genes, which have UMIs of the requested type.
no valid CBs found
Done: 20:49:36.
WARNING: filtered cells are empty. Probably, filtration threshold is too strict or you forgot to run 'merge_and_filter'
0 genes
top genes:
Compiling diagnostic stats:
Reads per chromosome per cell;
Fill exon results
Fill intron results
Fill intergenic results
Saturation info;
Mean reads per UMI;
Merge targets;
Completed.
Compiling raw count matrix: 20:49:37.
0 genes, 0 cells.
Done: 20:49:37.
Compiling filtered count matrix: 20:49:37.
0 genes, 0 cells.
Done: 20:49:37.
Reads per UMI per gene;
Writing R data to rsi-hex.rds ...: 20:49:37.
Completed: 20:49:37.
Writing rsi-hex.mtx ...
Completed.
All done: 20:52:33.
I cannot find the "merge_and_filter" command in the Dropest tutorial. And previousely I have tried to go through all the process without the bayesian method, and everything went fine, so I am wondering what is the problem?
I am using split-seq data and here is my command running Droptag and Dropest:
droptag -c split_seq.xml -n mm -S -s mm.hex.R2.fastq.gz mm.hex.R1.fastq.gz
dropest -w -M -b -G 20 -g mm.gtf -c split_seq.xml -r mm.params.gz -o mm-hex mm_merged.bam
By the way, there are two more questions:
Thank you so much!
Best,
Xue
The text was updated successfully, but these errors were encountered: