NEWS.md
bc_extract_sc_sam
: function to extract single-cell barcodes from SAM filebc_extract_sc_fastq
: function to extract single-cell barcodes from fastq filebc_plot_count
: function to plot the count feature of the barcodes such as barcode reads versus total reads, reads per UMI distribution.Reduce memory usage by removing the original sequence in barcodeObj.
Impromve fastq reading efficiency by using Rcpp.