-
Notifications
You must be signed in to change notification settings - Fork 6
2. Input Output
Verónica Mixão edited this page Feb 24, 2022
·
6 revisions
Metadata table in .tsv format (column should not have blank spaces)
AND (optionally)
Newick tree which will be used to obtain genetic clusters
OR
Allele matrix which will be used to obtain genetic clusters from a MST
OR
Partitions table (i.e. matrix with genetic clusters) in .tsv format (columns should not have blank spaces)
- metadata_w_partitions.tsv - initial metadata information with additional columns comprising information on the genetic clusters at different partitions
TIP: Users can interactively visualize and explore the ReporTree derived clusters by uploading this metadata_w_partitions.tsv table together with either the original newick tree (e.g. rooted SNP-scaled tree) at auspice.us or the allele profile matrix (cg/wgMLST data) using GrapeTree. With these tools your dataset is visualised client-side in the browser.
- partitions_summary.tsv - summary report with the statistics/trends (e.g. timespan, location range, cluster/group size and composition, age distribution etc.) for the derived genetic clusters present in partitions.tsv (note: singletons are not reported in this file but indicated in metadata_w_partitions.tsv)
- variable_summary.tsv - summary report with the statistics/trends (e.g. timespan, location range, cluster/group size and composition, age distribution etc.) for any (and as many) grouping variable present in metadata_w_partitions.tsv (such as, clade, lineage, ST, vaccination status, etc.)
- partitions.tsv - genetic clusters obtained for each user-selected partition threshold (only generated when a newick file or an allele matrix is provided)
- freq_matrix.tsv - frequencies of grouping variable present in metadata_w_partitions.tsv (e.g. lineage, ST, etc.) across another grouping variable (e.g. iso_week, country, etc.)
- count_matrix.tsv - counts of a grouping variable present in metadata_w_partitions.tsv (e.g. lineage, ST, etc.) across another grouping variable (e.g. iso_week, country, etc.)
- metrics.tsv - metrics resulting from the cluster congruence analysis, with indication of the Adjusted Wallace and the Ajusted Rand coefficients for each comparison of subsequent partitions, and the Simpson's Index of Diversity for each partition.
- stableRegions.tsv - partition ranges for which Adjusted Wallace coefficient is higher than the cut-off defined by the user (useful to study cluster stability and infer possible nomenclature)