Ludwig Mann, Kathrin M. Seibt, Beatrice Weber, Tony Heitkam
Institute of Botany, Technische Universität Dresden, 01069 Dresden, Germany
The ECCsplorer is a bioinformatics pipeline for the automated detection of extrachromosomal circular DNA from paired-end read data of amplified circular DNA.
Find detailed instructions on how to use the ECCsplorer pipeline here: Mini-workshop (usage of ECCsplorer) and the accompanying Youtube-video.
ECCsplorer is started over the linux command line interface.
Minimum data requirements
-
Paired-end read data (FASTA/Q) from amplified (phi29 polymerase) circular DNA from the organism of interest and a reference (genome) sequence (FASTA). or
-
Paired-end read data (FASTA/Q) from amplified (phi29 polymerase) circular DNA from the organism of interest and paired-end read data (FASTA/Q) of a control (either non-amplified, or amplified from different treatment or organism).
Recommended data
- Paired-end read data (FASTA/Q) from amplified (phi29 polymerase) circular DNA from the organism of interest, paired-end read data (FASTA/Q) of a control (either non-amplified, or amplified from different treatment or organism) and a reference (genome) sequence (FASTA).
python ECCsplorer.py <read_files> [optional arguments]
Short read paired-end sequencing data might be in FASTA or (compressed) FASTQ format in separated files. For usage specify either second/control read data or a reference (genome) sequence (for details see manual):
python ECCsplorer.py readsA1.fa/q readsA2.fa/q readsB1.fa/q readsB2.fa/q
or
python ECCsplorer.py readsR1.fa/q readsR2.fa/q -ref sequence.fa
The first command will run the clustering module the second command will run the mapping module. Best results are achieved by inclusion of the comparative module by providing control read data and reference sequence (for details see manual), using:
python ECCsplorer.py readsA1.fa/q readsA2.fa/q readsB1.fa/q readsB2.fa/q -ref sequence.fa [optional arguments]
For an overview on all optional arguments use:
python ECCsplorer.py –h/--help.
see Installation instructions.
Mann, L., Seibt, K.M., Weber, B. , Heitkam, T. ECCsplorer: a pipeline to detect extrachromosomal circular DNA (eccDNA) from next-generation sequencing data. BMC Bioinformatics 23, 40 (2022). https://doi.org/10.1186/s12859-021-04545-2