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

DIALOGUE extensions and plots #368

Merged
merged 8 commits into from
Sep 8, 2023
Merged

DIALOGUE extensions and plots #368

merged 8 commits into from
Sep 8, 2023

Conversation

tessadgreen
Copy link
Collaborator

PR Checklist

Still no tests for Dialogue. @Zethson will update documentation.

Description of changes

New functions for Dialogue output analysis, including split violin and pair plots.

Technical details

Newer version of Seaborn needed for pairplot

Additional context

Note: pair plot currently not working
plotting functionality for dialogue now works!
Functions for testing whether dialogue scores correlate with .obs variables, collating MCP genes calculated using multilevel modeling, and an alternative faster gene scoring function
Bug fixes to get_mlm_mcp_genes
@github-actions github-actions bot added the enhancement New feature or request label Sep 7, 2023
Copy link
Member

@Zethson Zethson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for your contributions! That's a lot of work. I'll go through ASAP and fix a few things. General comment: The design of your docstrings is a bit off. I'd encourage you to look at the rest of the code to get a feeling for the design.

Thank you!!

with a value for split_key not in split_which are removed from the plot.

Args:
adata (AnnData): Annotated data object.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't add typehints in any arguments. vscode or something probably autogenerates them, but we don't need them because a sphinx extension gets them from the function definition. Having them twice just adds maintenance burden.

Signed-off-by: zethson <lukas.heumos@posteo.net>
Signed-off-by: zethson <lukas.heumos@posteo.net>
@github-actions github-actions bot added the chore label Sep 8, 2023
@Zethson Zethson changed the title Feature/dlg extensions DIALOGUE extensions and plots Sep 8, 2023
@Zethson Zethson merged commit 76c3304 into main Sep 8, 2023
4 of 8 checks passed
@Zethson Zethson deleted the feature/dlg_extensions branch September 15, 2023 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants