Skip to content

Releases: brineylab/scab

v0.2.1

26 Oct 16:12
4619b08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Sep 22:33
8a69165
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 May 23:52
b16ff32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.1.0

v0.0.6

24 Aug 18:22
952d314
Compare
Choose a tag to compare

Updates

  • better defaults for filter_and_normalize()
  • add an ignore_ig option to dimensionality_reduction() which ignores immunoglobulin genes during PCA, clustering and UMAP embedding
  • added bar(), scatter() and umap() functions to scab.pl
  • default obs field for assignments when using demultiplex() was changed to cellhash_assignment
  • add a concat() method to scab.io which concatenates multiple AnnData objects
  • general bugfixes

v0.0.5

23 May 21:51
3ceeeff
Compare
Choose a tag to compare

Major documentation update

v0.0.4

25 Oct 23:44
Compare
Choose a tag to compare

minor bugfixes

v0.0.3

25 Oct 23:21
Compare
Choose a tag to compare

New features:

  • Added a new calculate_agbc_confidence() function, which builds a probabilistic model of antigen barcode (AgBC) data using a control dataset and assigns confidence values for AgBC positivity.
  • Added a new qc_metrics() plotting function, which produces percent Ig, percent mito, and gene counts plots to assist in determining appropriate threshold values for pre-processing.

v0.0.2

25 Oct 19:42
Compare
Choose a tag to compare

Update requirements (abutils must now be at least v0.2.5 to include the latest Pair object)

v0.0.1

25 Oct 19:22
Compare
Choose a tag to compare

Initial release