Typo in detailed walkthrough?
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 65/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- r
- Domain
- documentation
Research direction
Open doc/detailedWalkthrough.html and go to the “Diverse cluster assignment” section. Compare the displayed R expression with the nearby equation (E/O)^theta and verify which operator is intended. Done means correcting the documented line if the equation confirms the reported typo.
Written by the indexing model from the issue text.
Description
In the detailed walk-through, section Diverse cluster assignment, there is this line:
diversity_score <- sweep(E / O, 2, theta, '/') %*% as.matrix(Phi)
According to the equation (E/O)^theta, shouldn't '/' be replaced by '^', like:
diversity_score <- sweep(E / O, 2, theta, '^') %*% as.matrix(Phi)
Or am I missing something?
- Dominant language
- R
- Stars
- 672
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from immunogenomics/harmony
-
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
immunogenomics/harmony#242 ·
-
bug
Difficulty 5/5 Over a week Newbie friendliness 35/100
immunogenomics/harmony#294 · 2 comments ·
-
response needed
Difficulty 3/5 1-2 days Newbie friendliness 48/100
immunogenomics/harmony#289 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 42/100
immunogenomics/harmony#288 · 3 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
immunogenomics/harmony#276 · 3 comments ·
All issues in immunogenomics/harmony
Similar issues
-
documentation pkg infrastructure
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
epiverse-trace/epiparameter#511 ·
-
function:write_dwc
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
beginners blocker
Difficulty 2/5 1-3 hours Newbie friendliness 78/100