-
Notifications
You must be signed in to change notification settings - Fork 14
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
scANVI annotation component #833
Conversation
src/annotate/scanvi/config.vsh.yaml
Outdated
required: false | ||
|
||
- name: SCANVI arguments | ||
description: Arguments related to the SCANVI model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be neater to restructure all the model-related argument groups, e.g. 'scVI pre-trained model' and 'SCANVI training arguments' could make sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to not use the same params for refining the reference model from scvi and tuning the query one after?
|
||
logger.info("Updating with query data") | ||
|
||
scvi.model.SCANVI.prepare_query_anndata(query, scanvi_ref, inplace=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this line required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's recomended from the tutorials
… 826-scanvi-annotation-component
… 826-scanvi-annotation-component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small requests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @jakubmajercik 👍
Changelog
scANVI annotation component
Issue ticket number and link
Closes #826
Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributor's guide
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI tests succeed!