Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

update figures README #1172

Merged
merged 8 commits into from
Sep 2, 2021
Merged

update figures README #1172

merged 8 commits into from
Sep 2, 2021

Conversation

jharenza
Copy link
Collaborator

@jharenza jharenza commented Sep 2, 2021

Purpose/implementation Section

What scientific question is your analysis addressing?

Update Figures README for cohesive theme for manuscript

What was your approach?

  • add figure theme
  • add statistics info
  • add bit about cancer group

What GitHub issue does your pull request address?

#1158
#761

Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.

Which areas should receive a particularly close look?

Generally the whole addition :)

Is there anything that you want to discuss further?

Is there anything else we want to include?

Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?

yes

Documentation Checklist

  • This analysis module has a README and it is up to date.
  • This analysis is recorded in the table in analyses/README.md and the entry is up to date.
  • The analytical code is documented and contains comments.

- add figure theme
- add statistics info
Copy link
Member

@jaclyn-taroni jaclyn-taroni left a comment

Choose a reason for hiding this comment

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

Thanks for this @jharenza - I had a few comments in the interest of clarity and a question about what you're trying to convey with the table of options.

Based on your answer to that question, I expect I'll have some suggestions about how to frame the text such that we accomplish your goal.

Comment on lines +204 to +209
| | 2 groups | 3+ groups |
|--------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------|
| Default test (method) | Wilcoxon | Kruskal-wallis |
| Allowed methods | "wilcox.test" (non-parametric) "t.test" (parametric) | "kruskal.test" (non-parametric) "anova" (parametric) |
| Default multiple testing (p.adjust.method) | NA | yes, but not bonferroni |
| Allowed p.adjust.method | NA | "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none" |
Copy link
Member

Choose a reason for hiding this comment

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

Is the point of this table to convey an opinion about what to do or more of an FYI type of thing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

more of an FYI so people don't have to dig into what the options are because the help is not helpful

Copy link
Member

Choose a reason for hiding this comment

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

Okay - see my suggestion!

Jo Lynne Rokita and others added 6 commits September 2, 2021 15:28
Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
add `r`

Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
add `r`

Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
add r and bash to quoted text
Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
Copy link
Member

@jaclyn-taroni jaclyn-taroni left a comment

Choose a reason for hiding this comment

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

👍🏻 - docs only change, will merge without CI.

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

Successfully merging this pull request may close these issues.

2 participants