-
Notifications
You must be signed in to change notification settings - Fork 1
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
Note that CellAssign could be labeled with Not run
#249
Conversation
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.
I wanted to also indicate something about cellassign_max_prediction
. What do you think of the wording I suggested? I'm not tied to it at all if you have other phrasing thoughts!
Co-authored-by: Stephanie Spielman <[email protected]>
| `cellassign_predictions` | If cell typing with `CellAssign` was performed and completed successfully, the full matrix of predictions across cells and cell types | | ||
| `cellassign_reference` | If cell typing with `CellAssign` was performed and completed successfully, the reference name as established by the Data Lab used for cell type annotation | | ||
| `cellassign_reference_organs` | If cell typing with `CellAssign` was performed and completed successfully, a comma-separated list of organs and/or tissue compartments from which marker genes were obtained to create the reference | | ||
| `cellassign_reference_source` | If cell typing with `CellAssign` was performed and completed successfully, the source of the reference dataset (default is [`PanglaoDB`](https://panglaodb.se/)) | | ||
| `cellassign_reference_version` | If cell typing with `CellAssign` was performed and completed successfully, the version of the reference dataset source. For references obtained from `PanglaoDB`, the version scheme is a date in ISO8601 format | |
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.
🐱
@sjspielman I like the wording you suggested for the max prediction score. I also used that same wording for any of the metadata slots related to |
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.
🐶
…-run Note that CellAssign could be labeled with `Not run`
In AlexsLemonade/scpca-nf#662, we accounted for processed objects that do not successfully complete CellAssign due to low numbers of cells. There, we still include the
cellassign_celltype_annotation
column, but we populate it withNot run
. I think I noted both areas where this column is mentioned to include theNot run
option.