Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck committed Jan 5, 2024
1 parent 8e86fb8 commit d93f7a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,16 @@ This two-column file reports the `sample_name` and the number of ecDNA identifie
#### ****`[output_prefix]_ecDNA_context_calls.tsv`****
This two column file reports the ecDNA feature name (sample_amplicon_ecDNA_number), and a classification of the ecDNA focal amplification genome context.
The possibilities for ecDNA context classification are
- Simple circular simple background: A simple cycle with minimal rearrangements in the surrounding genome. Likely not derived from chromothripsis.
- Simple circular complex background: A simple cycle however there are genomic rearrangements in the vicinity outside the ecDNA region.
- BFB-like: possibly derived from a BFB.
- Two-foldback: being flanked by two foldback-like SVs. Likely not derived from chromothripsis.
- Heavily rearranged unichromosomal: from a heavily rearranged genome on one chromosome. Possibly due to chromothripsis.
- Heavily rearranged multichromosomal: from a heavily rearranged genome involving multiple chromosomes. Possibly due to chromothripsis and chromoplexy.
- Unknown: Does not match any of the classes above.

| Column name | Contents |
|-------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Simple circular simple background | A simple ecDNA cycle with minimal rearrangements in the surrounding genome. Likely not derived from chromothripsis. |
| Simple circular complex background | A simple ecDNA cycle however there are genomic rearrangements in the vicinity outside the ecDNA region. |
| BFB-like | ecDNA possibly derived from a BFB. |
| Two-foldback | ecDNA being flanked by two foldback-like SVs. Likely not derived from chromothripsis, but possibly from [ODIRA](https://journals.plos.org/plosgenetics/article?id=10.1371/journal.pgen.1002016). |
| Heavily rearranged unichromosomal | ecDNA from a heavily rearranged genome on one chromosome. Possibly due to chromothripsis. |
| Heavily rearranged multichromosomal | ecDNA from a heavily rearranged genome involving multiple chromosomes. Possibly due to chromothripsis and chromoplexy. |
| Unknown | Does not match any of the classes above. |

#### Amplicon bed files, annotated cycles, and SV summaries
Additionally, there are three directories created by `amplicon_classifier.py`. They are
Expand Down
2 changes: 1 addition & 1 deletion amplicon_classifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "Jens Luebeck (jluebeck [at] ucsd.edu)"

import argparse
Expand Down

0 comments on commit d93f7a0

Please sign in to comment.