-
Notifications
You must be signed in to change notification settings - Fork 11
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
inconsistency between the ecDNA counts reported by annotated_cycles and ecDNA_counts.tsv #20
Comments
Hi, thanks for reaching out with this question. One thing to keep in mind is the interpretation of the AA cycles file. In most cases, a combination of substructures may be reported for a single ecDNA. One of the benefits of AmpliconClassifier is that it determines if these substructures are from the same ecDNA or not. When ecDNA structure is complex, it typically cannot be resolved uniquely with short reads alone. From the AA Readme: In the case you showed, it would appear that the larger cycle (21) is more representative of the true ecDNA structure, and cycle 1 is some sort of substructure. Thanks, |
How to obtain the structure of the ecDNA obtained by AC through the classification_bed_files |
The classification bed files are sorted by coordinate and are not helpful for structure determination. The exact structures of complex ecDNA are often only resolvable through the use of long read technologies, or application of techniques like Circle-Seq or CRISPR-Catch. |
There are two ecDNAs in AC's annotated_cycles file, but ecDNA_counts.tsv only gives one, and the bed file of this ecDNA is a combination of the two ecDNAs in the annotated_cycles file, so which one should be used as the standard for the final result?
ecDNA_counts.tsv
ampliconarchitect amplicon1 Cyclic Positive None detected 1
bed
20 45770081 45771921
20 45778344 45788294
20 52181786 53557332
20 54157523 54158002
20 54159266 54161359
20 55675464 55855043
20 62288769 62289400
17 60001725 60001897
17 60094504 60095816
17 60188227 60190908
17 60212997 62388060
cycles
Cycle=1;Copy_count=19.6402746181;Length=19150;IsCyclicPath=True;CycleClass=ecDNA-like;Segments=62+,95+,50-,48-,84+,83-,60+,47+
Cycle=21;Copy_count=3.77523588444;Length=3734287;IsCyclicPath=True;CycleClass=ecDNA-like;Segments=53+,76-,87-,56-
The text was updated successfully, but these errors were encountered: