Skip to main content

Group phylogenetically placed sequence variants into phylotypes

Project description

Phylotypes

Group features (e.g. 16s rRNA gene variable region sequence variants) placed on a common phylogenetic tree by phylogenetic distance.

This is particularly useful when attempting a metanalysis of 16s rRNA gene variable region amplicons, in which the amplicons were made with different primers, etc.

Input:

--jplace <file> A jplace file (deduplicated) as made by pplacer or epa-ng.

Output:

--out <file> Path where the output should be placed in CSV format. This will be a header-containing CSV file in long-format with two columns: phylogroup and feature-id.

Parameters:

--lwr-overlap <0.0 - 1.0> Minimum like-weight-ratio overlap for two placed features (e.g. sequence variants) to be pre-grouped. Default of 0.1 should be fine for most use cases.

--threshold_pd <float> Phylogenetic distance at which to cluster features. Default of 1.0 corresponds roughly to somewhere between species-level and genus-level grouping for 16s rRNA V4 region amplicons.

--distance {legacy,kr} Pairwise distance metric. legacy (default) is an exact, vectorized reimplementation of the original LCA-weighted-average metric and reproduces prior phylotypes. kr is the true tree-Wasserstein (Kantorovich-Rubinstein) distance, a proper metric -- opt-in.

Note: --threshold_pd's default of 1.0 is calibrated for --distance legacy. The kr metric is on a different (smaller-valued) scale, so the same threshold means a different cut. If you use --distance kr, re-calibrate --threshold_pd on your own data; the legacy default will over- or under-split. (No default kr threshold is provided yet -- this is a TODO pending empirical calibration on a real dataset.)

--no-distal-length Ignore distal length to nodes when computing distances. Default is False (distal length is included).

--incremental Use an incremental seed→apply→expand→reconcile clustering path instead of the default batch path. Scales to larger inputs with lower peak memory at the cost of approximate (single/centroid-like) linkage near phylotype boundaries.

--seed-size <int> Number of (most specific) placements used to seed the initial phylotype pool when --incremental is set. Default: 200.

--expand-batch-size <int> Maximum number of orphaned placements clustered together per expand pass when --incremental is set. Default: 200.

--device <str> PyTorch device for tensor computations, e.g. cpu or cuda. Default: cpu.

--max-pregroup-size <int> Maximum SVs in a single pregroup after LCA-based re-clustering; larger pregroups are split back to their pre-merge groups to bound memory use. Default: 5000.


add_phylotypes

Assign a new set of placed sequence variants into an existing set of phylotypes.

Given a previous JPLACE file and its phylotype assignments (produced by phylotypes), and a new JPLACE of sequence variants placed on the same reference tree, each new SV is assigned to the nearest existing phylotype.

Input:

--previous_jp / -P <file> Previous JPLACE file (same reference tree as --new_jp).

--previous_phylotypes / -p <file> CSV file with two columns (phylotype, sv) representing the existing phylotype assignments.

--new_jp / -N <file> New JPLACE file containing the sequence variants to be assigned.

Output:

--out / -O <file> Output CSV (phylotype, sv) placing the new SVs into the existing phylotypes. SVs that share no tree-edge overlap with any existing phylotype are reported as orphans in the log and omitted from the output.

Parameters:

--no-distal-length Ignore distal length when computing distances. Default: False.

--device <str> PyTorch device. Default: cpu.

--distance {legacy,kr} Pairwise distance metric. Default: legacy.


phylotype_taxonomy

Assign a consensus species (or best-effort taxon) to each phylotype using per-SV taxonomic annotations.

Input:

--phylotypes / -p <file> CSV with phylotype and sv columns (output of phylotypes).

--taxonomy / -t <file> Per-SV taxonomic assignments in long format (as produced by MaLiAmPi), with columns sv, rank, want_rank, and tax_name.

Output:

--out / -O <file> CSV with phylotype and species columns. Phylotypes without a species-level assignment are annotated at the best available rank with a spp. suffix.


Release notes

v2.0.1

  • add_phylotypes now shares the same JPLACE loader and distance metric as phylotypes, eliminating a divergent implementation that failed on standard SEPP/epa-ng edge-numbered trees.
  • New --incremental clustering path for large datasets.
  • GPU support via --device cuda (or any valid PyTorch device string).
  • KR-distance threshold caveat: the --distance kr metric is on a different (smaller-valued) scale than legacy. The default --threshold_pd 1.0 is calibrated for legacy only. If using --distance kr, re-calibrate the threshold on your own data.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phylotypes-2.1.0.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phylotypes-2.1.0-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file phylotypes-2.1.0.tar.gz.

File metadata

  • Download URL: phylotypes-2.1.0.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phylotypes-2.1.0.tar.gz
Algorithm Hash digest
SHA256 c5b0113016ddd587a095b653f5d62f37a6e8ce09db61cbd4f2ba2a6c939e2b42
MD5 a8b3c4ea099706b57e742fe77d6b80cb
BLAKE2b-256 1b3c2b89cfa449ff3892902a76f6ce017e20088b5cfbd4327d60b14c4f5fc340

See more details on using hashes here.

Provenance

The following attestation bundles were made for phylotypes-2.1.0.tar.gz:

Publisher: publish.yml on jgolob/phylotypes

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file phylotypes-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: phylotypes-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for phylotypes-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 160a3608d70cb6396b003394e9b71e93d423170a54d696075c69db6a7fc40bb8
MD5 20c4e23a41b265e0b80dab622121a643
BLAKE2b-256 5498026647f1eb4b69ea49fe70581b4abab46e44408f484a08b076f5cb320512

See more details on using hashes here.

Provenance

The following attestation bundles were made for phylotypes-2.1.0-py3-none-any.whl:

Publisher: publish.yml on jgolob/phylotypes

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page