Skip to content

Releases: bhardwaj-lab/sincei

0.4

19 Jun 09:55
07e23be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4

0.3.1

02 Jul 09:33
70ab9bb
Compare
Choose a tag to compare

bugfix + doc changes

  • Consistent file headers for scFilterStats and scCountQC, to allow multiQC parsing
  • Argparse and docs improved
  • Deduplication: avoid overcounting due to chimeric fragments or mismatched reference pos

glmPCA release

21 Apr 17:17
bb51d40
Compare
Choose a tag to compare
  • New in scClusterCells:
    • glmPCA with several distributions.
    • LSA/LDA moved to the topicmodels class
  • Bugfix:
    • scFilterBarcodes: outfile
    • scBAMops: renamed tool (WIP for v0.4: adding cell groups by barcode)
  • Code re-factored to new python style (pep621)

v0.2

12 Sep 09:29
Compare
Choose a tag to compare

More features:

  • scCombineCounts: to concatenate counts from multiple runs of scCountReads
  • scCountReads: Ability to group by SM tag, ability to output region name in case of BED/GTF input
  • other minor updates and bugfixes

v0.1

22 Jun 13:33
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Following tools are supported:

scFilterBarcodes      Identify and filter cell barcodes from BAM file (for droplet-based single-cell seq)
scFilterStats             Produce per-cell statistics after filtering reads by user-defined criteria.
scCountReads         Counts reads for each barcode on genomic bins or user-defined features.
scCountQC              Perform quality control and filter the output of scCountReads.
scCombineCounts    Concatenate/merge the counts from different samples/batches or modalities
scClusterCells          Perform dimensionality reduction and clustering on the output of scCountReads.
scBulkCoverage       Get pseudo-bulk coverage per group using a user-supplied cell->group mapping (output of scClusterCells).