-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release 0.18.0 #166
Closed
Release 0.18.0 #166
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…`b_pixels_per_a_pixel` statistics
…pixels-per-b-pixel-typo fix a bug where `a_pixels_per_b_pixel` stats where equal to the`b_pixels_per_a_pixel` stats
…randomizations for the same seed across platforms.
Changed terminology somewhat. expression --> abundance limma --> _regress_out_confounder baseline --> background
…dsb_normalize to be called with at least one isotype.
…b-implementation Feature/exe 1769 dsb implementation
Co-authored-by: Florian De Temmerman <69114541+fbdtemme@users.noreply.github.com>
…ndle-oom-on-collapse-gracefully Handle when child process is killed by OOM killer
…regation-for-layouts Fix bug in aggregating precomputed layouts
…ganize-plot-module Split pixelator.plot into modules
fix: bug in compute_transition_probabilities
…ion-on-tag ci: fix pixelator container version on tag push
Fix syntax error in container build action
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
- Coverage 81.80% 81.78% -0.03%
==========================================
Files 118 121 +3
Lines 6568 6795 +227
==========================================
+ Hits 5373 5557 +184
- Misses 1195 1238 +43 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[0.18.0] - 2024-07-11
Added
colocalization_min_marker_count
parameter to calculate colocalization score.density_scatter_plot
function to make two-marker abundance scatter plots with pseudo-density coloring.wpmds
option inpmds_layout
to compute edge weighted layouts. This is now set as the default layout algorithm.dsb_normalization
function for normalization of marker abundance.Fraction of Outlier Cells
metric to the QC report.Panel Version
metadata field to the QC report.human-sc-immunology-spatial-proteomics-2
panel.Changed
normalize_counts
inlocal_g
is nowFalse
instead ofTrue
.rate-diff
instead oflog1p
.edge_rank_plot
function tomolecule_rank_plot
.Fixed
compute_transition_probabilities
whenk>1
where the stochastic matrix was not correctly row-normalized.local_g
whenuse_weights=False
where the adjacency matrix was not correctly expended ifk>1
.a_pixels_per_b_pixel
summary statistics where equal to theb_pixels_per_a_pixel
statistics.collapse
will return exit code 137 when one of the child processes is killed by the system (e.g. because it isto much memory). This allows e.g. Nextflow to retry the process with more memory automatically.
Sample Description
metadata field in the QC report when no value is available.Removed
Pixel Version
metadata field from the QC report.