Skip to content
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

Kmer preclustering #92

Closed
wants to merge 38 commits into from
Closed

Kmer preclustering #92

wants to merge 38 commits into from

Conversation

AroneyS
Copy link
Owner

@AroneyS AroneyS commented Dec 5, 2023

  • Allow independent clustering
  • Add sourmash to Ibis env
  • Filter target taxa
  • Generate kmers from unbinned window sequences
  • Kmer cluster into <1000 sample clusters
  • Minimum cluster size: all clusters smaller get combined? - No, since should be cutting quite high on dendrogram so anything in a small cluster at that level is very distinct from other clusters.
  • --max-precluster-size default 1000
  • --kmer-precluster [never, large, always] - large default with >1000 samples
  • Iterative clustering, removing largest cluster <1000 each iteration (continue when remaining # samples <1000)
  • Update evaluate to use separate edges/targets outputs

Test

  • 10,000 samples
  • 200,000 samples

Final cutoff precision: 0.01

@AroneyS AroneyS closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant