Recent Releases of cellbarcode
cellbarcode - v1.13.2
In this version the Rust replaces Rcpp.
Due to the use of a different hash table in Rust, the bc_cure_cluster() function may produce slightly different results.
For those three sequences:
AAT -> 1 read AAA -> 1 read ATT -> 1000 reads
There are two clustering processes based on sequence order: - Case1 cluster process if AAT is before AAA: AAT (delete) - AAA (keep) - ATT - Case2 cluster process if AAA is before AAT: AAA (delete) - AAT (delete) - ATT
The differences should be minimal and only affect sequences that have 1) the same reads and 2) are similar.
8a38560 [doc] Update package document f37a920 [bug] bccurecluster() error when there is no @cleanBc slot dcee0d8 [doc] Update install guide 910ce93 [feat] transform the Rcpp to rust d1d354f [misc] add error message when no barcode detected in bcextractsc_fastq() 63f7c95 [misc] update the error message when no barcode detected f32bb33 [mis] Update action cache version 5c89289 [fix] zlibbioc Deprecation 4509346 [mis] Update Makevars.win 9589498 [mis] Document update 9f427dc [doc] Update license to Artistic-2.0 99af8f4 [doc] update scSeq vignettes
- R
Published by wenjie1991 over 1 year ago