Add unsupervised clustering of genomes#17
Draft
charmvang wants to merge 2 commits into
Draft
Conversation
This script performs unsupervised clustering of genomes to investigate the separation of light ecotypes using various clustering techniques and visualizations.
Collaborator
Author
|
I need to check Evan's remodified workflow to see where this step makes the most sense and is consistent with the rest of the scripts. Feel free to look over the PR to make sure the logic is sound but note that it will be edited as the rest of the workflow is established |
CJohnsonPnnl
approved these changes
Mar 13, 2026
Member
|
@charmvang @epbrenner, does this script need to be renamed before merging to keep with Evan's numbering? |
Member
- sapply to purrr map function - alpine path - file saves - pkg::function calls in some cases - switched to here::here and readr for consistency - c is for concatenate. d is inbuilt function too. risky to set a variable name to `c`!! check new names nad runs.
jananiravi
approved these changes
Apr 16, 2026
Member
jananiravi
left a comment
There was a problem hiding this comment.
@charmvang, check with @epbrenner tomorrow to figure out what's to be done with this:
- if merging, where does this belong (tentative numbering)? any figures to be incorporated (maybe during review period) as suppl. figures? Is this part of the other unsup script but with a
XXbnumber? - if not merging, check fixes locally, and keep on standby as 'draft PR'
- added other minor comments along with the previous commit
Collaborator
|
Not included in the current manuscript workflow, but worth considering for future analysis. Changed to draft to reflect that it isn't necessary to merge currently. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This script performs unsupervised clustering of genomes to investigate the separation of light ecotypes using various clustering techniques and visualizations.
Related to issue #2