-
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.19.0 #203
Merged
Release 0.19.0 #203
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
Fix some typos and tweak development Dockerfile
…atterplot-abundance-colocalization Added abundance_colocalization_plot function
Fix running tests with tox and rework testing workflow
Add support for command group aliases
…d-depth-info-to-discarded-edgelist Add "depth" column to the discarded_edgelist
…t-of-graspologic Improve cli start-up speed
…ng a graph from a pixel object.
…error-for-missing-component Fixing the error output for calling pixel graph function with non-existing component name
…solve-k-value-bug Better error message when there are fewer nodes than the number of dimensions in pmds layout
…il-early-on-bad-demux Feature/exe 2054 bail early on bad demux
…il-if-hard-and-dynamic-limit-both-set Feature/exe 2075 fail if hard and dynamic size limits are both set
…t-hard-cutoff-for-min-size Feature/exe 2065 set hard cutoff on min size
Co-authored-by: Johan Dahlberg <johan.dahlberg@pixelgen.tech>
fix: changelog
fbdtemme
approved these changes
Dec 10, 2024
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.19.0] - 2024-12-10
Changed
graph
stage specified using--max-refinement-recursion-depth
.--max-edges-to-split
.pmds_layout
plot_colocalization_diff_volcano
andplot_colocalization_diff_heatmap
.what is probably bad data.
--min-size
and--max-size
in theannotate
stage should not be used at the same time as--dynamic-filter
.--dynamic-filter
is used in theannotate
stage, components smaller than that will alwaysbe filtered. Note that this can still be overridden by setting
--min-size
explicitly.annotate
stage.Added
depth
column todiscarded_edgelist.parquet
output of thegraph
stage that indicates at which refinement iteration the edge is removed.edges_removed_in_multiplet_recovery_first_iteration
,edges_removed_in_multiplet_recovery_refinement
andfraction_edges_removed_in_refinement
to graph report.json.is_potential_doublet
andn_edges_to_split_doublet
columns to adata.obs.fraction_potential_doublets
andn_edges_to_split_potential_doublets
to annotate report.json.--max-edges-to-split
option tograph
to specify the maximum number of edges that can be removed between two sub-components during multiplet recovery.abundance_colocalization_plot
function to make scatter plots of selected marker-pairs' abundance.plot_polarity_diff_volcano
to make statistical comparison plots of selected component groups.get_differential_polarity
to statistically compare polarity scores of selected component groups.Removed
components_recovered.csv
output from thegraph
stage.Fixed
pmds_layout
.