rebar
is a REcombination BARcode detector!
rebar
detects and visualizes genomic recombination.
It follows the PHA4GE Guidance for Detecting and Characterizing SARS-CoV-2 Recombinants which outlines three steps:
rebar
peforms generalized clade assignment.
While specifically designed for recombinants, rebar
works on non-recombinants tool! It will report a sequence's closest known match in the dataset, as well any mutation conflicts that were observed. The linelist and visual outputs can be used to detect novel variants, such as the SARS-CoV-2 pango-designation process.
rebar
is for exploring hypotheses.
The recombination search can be customized to test your hypotheses about which parents and genomic regions are recombining. If that sounds overwhelming, you can always just use the pre-configured datasets (ex. SARS-CoV-2) that are validated against known recombinants.
rebar
is a standalone binary file, we recommend conda or direct download.
conda install -c bioconda rebar
A small, test dataset (toy1
) serves as a template for creating custom datasets, and for easer visualization of the method and output.
rebar dataset download --name toy1 --tag custom --output-dir dataset/toy1
rebar run --dataset-dir dataset/toy1 --populations "*" --mask 0,0 --min-length 3 --output-dir output/toy1
rebar plot --run-dir output/toy1 --annotations dataset/toy1/annotations.tsv
Download a SARS-CoV-2 dataset, version-controlled to the date 2023-11-30 (try any date!).
rebar dataset download --name sars-cov-2 --tag 2023-11-30 --output-dir dataset/sars-cov-2/2023-11-30
rebar run --dataset-dir dataset/sars-cov-2/2023-11-30 --populations "AY.4.2*,BA.5.2,XBC.1.6*,XBB.1.5.1,XBL" --output-dir output/sars-cov-2
rebar plot --run-dir output/sars-cov-2 --annotations dataset/sars-cov-2/2023-11-30/annotations.tsv
Please see the examples docs for more tutorials including:
Please see the dataset and run docs for more methodology.
A linelist summary of results (ex. output/toy1/linelist.tsv
).
strain | validate | validate_details | population | recombinant | parents | breakpoints | edge_case | unique_key | regions | genome_length | dataset_name | dataset_tag | cli_version |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
population_A | pass | A | false | 20 | toy1 | custom | 0.2.0 | ||||||
population_B | pass | B | false | 20 | toy1 | custom | 0.2.0 | ||||||
population_C | pass | C | false | 20 | toy1 | custom | 0.2.0 | ||||||
population_D | pass | D | D | A,B | 12-12 | false | D_A_B_12-12 | 1-11|A,12-20|B | 20 | toy1 | custom | 0.2.0 | |
population_E | pass | E | E | C,D | 4-4 | false | E_C_D_4-4 | 1-3|C,4-20|D | 20 | toy1 | custom | 0.2.0 |
A visualization of substitutions, parental origins, and breakpoints (ex. output/toy1/plots/
).
The discriminating sites with mutations between samples and their parents (ex. output/toy1/barcodes/
).
coord | origin | Reference | A | B | population_D |
---|---|---|---|---|---|
1 | A | A | C | T | C |
2 | A | A | C | T | C |
3 | A | A | C | T | C |
4 | A | A | C | T | C |
5 | A | A | C | T | C |
... | ... | ... | ... | ... | ... |
rebar is built and maintained by Katherine Eaton at the National Microbiology Laboratory (NML) of the Public Health Agency of Canada (PHAC).
This project follows the all-contributors specification (emoji key). Contributions of any kind welcome!
Katherine Eaton π» π π¨ π€ π π§ |
Special thanks go to the following people, who are instrumental to the design and data sources in rebar
:
Lena Schimmel π€ |
Cornelius Roemer π£ π£ π£ |
Josh Levy π£ |
Richard Neher π€ |
Thanks go to the following people, who participated in the development of rebar
and ncov-recombinant: