-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix wilms-06 typos #885
Fix wilms-06 typos #885
Conversation
…fects the sessioninfo
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 found a few typos, and I have a question about whether or not spearman
belongs in the dictionary, but I don't need to see this again.
.github/components/dictionary.txt
Outdated
scrublet | ||
SEACells | ||
SemVar | ||
seq | ||
SingleR | ||
snRNA | ||
socio | ||
spearman |
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.
A proper noun, so does this belong here?
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.
Yes, it will still need to be in the dictionary, but it should be uppercase for sure.
analyses/cell-type-wilms-tumor-06/notebook_template/06_cnv_infercnv_exploration.Rmd
Outdated
Show resolved
Hide resolved
Thank you for catching these!! I will proper noun-ify Spearman, very good point. |
Co-authored-by: Jaclyn Taroni <[email protected]>
59d0d79
into
AlexsLemonade:feature/wilms-tumor-06-azimuth
Step 1/3 for #883
Also partially takes care of #882
This PR fixes typos across the module.
After fixing typos, I regenerated the following notebooks:
00b_characterize_fetal_kidney_reference_Stewart.nb.html
04_annotation_Across_Samples_exploration_predicted.score_threshold_*.html
07_combined_annotation_across_samples_exploration.html
I did not regenerate notebooks for:
02b_label-transfer_fetal_kidney_reference_Stewart.Rmd
03_clustering_exploration.Rmd
05_copykat_exploration.Rmd
and06_cnv_infercnv_exploration.Rmd
. We anticipate circling back to these later either way, see Regenerate or move wilms-06 module exploratory CNV notebooks #875For
02b
and03
notebooks, there were very few typos, so I didn't think regenerating these was urgent. Maybe we can tack these into #875 too, or open a separate issue to regenerate them. But, since the substantive results don't really change, it probably doesn't hurt that the HTMLs are out of date. If you have any opinions here please let me know!