Skip to content
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

Replace .GetAssayData() with SeuratObject::GetAssayData() #39

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Replace .GetAssayData() with SeuratObject::GetAssayData() #39

merged 1 commit into from
Oct 4, 2023

Conversation

mojaveazure
Copy link
Contributor

Replace custom data accessors with Seurat-provided accessors (GetAssayData(). GetAssayData() will continue to work in v5 on both v3 and v5 assays and will not throw deprecation warnings or errors in downstream packages until well into the v5 lifecyle. Should we decide to end usage of GetAssayData(), we will let you and other downstream packages know well ahead of time

resolves #38

Replace custom data accessors with Seurat-provided accessors (`GetAssayData()`. `GetAssayData()` will continue to work in v5 on both v3 and v5 assays and will not throw deprecation warnings or errors in downstream packages until well into the v5 lifecyle. Should we decide to end usage of `GetAssayData()`, we will let you and other downstream packages know well ahead of time
@enblacar enblacar merged commit da053bf into enblacar:main Oct 4, 2023
1 of 9 checks passed
@enblacar
Copy link
Owner

enblacar commented Oct 4, 2023

Many thanks for the merge request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG | .GetAssayData | Incorrect assumptions about SeuratObject versions
2 participants