Migration guide to sopa>=2.0.0
#138
quentinblampey
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you experience issues related to
sopa==2.0.0
that are not listed below, please comment below, it can help other users.New features
sdata.attrs
so that Sopa knows automatically which element should be used in which function. It is still possible to preciseimage_key
/points_key
/shapes_key
if needed.force
a segmentation, for Baysor)sopa.segmentation.tissue
)Snakemake pipeline migration guide
Nothing should change for Snakemake.
API migration guide
sopa.segmentation.Patches2D
is deprecated. Instead, use the functionssopa.make_image_patches
orsopa.make_transcript_patches
sopa.segmentation.tissue
are now more explicit (e.g.,blur_kernel_size
instead ofblur_k
).sdata["image_patches"]
instead ofsdata["sopa_patches"]
sopa.overlay_segmentation
instead ofsopa.segmentation.overlay_segmentation
Aggregator
class has been replaced by a simple function wrapper:sopa.aggregate
sopa.utils.higher_z_score
instead ofsopa.annotation.higher_z_score
CLI migration guide
sopa read
has been renamedsopa convert
to avoid confusion.--cache-dir-name
instead of--patch-dir
Beta Was this translation helpful? Give feedback.
All reactions